Searched refs:IsTopLevelFunction (Results 1 – 5 of 5) sorted by relevance
477 bool Function::IsTopLevelFunction() { in IsTopLevelFunction() function in Function481 result = language->IsTopLevelFunction(*this); in IsTopLevelFunction()
624 bool IsTopLevelFunction();
163 virtual bool IsTopLevelFunction(Function &function);
130 bool Language::IsTopLevelFunction(Function &function) { return false; } in IsTopLevelFunction() function in Language
514 if (sym_ctx.function && sym_ctx.function->IsTopLevelFunction()) in DoExecute()