Searched refs:IsTopLevelFunction (Results 1 – 5 of 5) sorted by relevance
164 virtual bool IsTopLevelFunction(Function &function);
479 bool Function::IsTopLevelFunction() { in IsTopLevelFunction() function in Function483 result = language->IsTopLevelFunction(*this); in IsTopLevelFunction()
630 bool IsTopLevelFunction();
119 bool Language::IsTopLevelFunction(Function &function) { return false; } in IsTopLevelFunction() function in Language
516 if (sym_ctx.function && sym_ctx.function->IsTopLevelFunction()) in DoExecute()