Searched refs:IsTopLevelFunction (Results 1 – 5 of 5) sorted by relevance
626 bool IsTopLevelFunction();
523 bool Function::IsTopLevelFunction() { in IsTopLevelFunction() function in Function527 result = language->IsTopLevelFunction(*this); in IsTopLevelFunction()
177 virtual bool IsTopLevelFunction(Function &function);
161 bool Language::IsTopLevelFunction(Function &function) { return false; } in IsTopLevelFunction() function in Language
539 if (sym_ctx.function && sym_ctx.function->IsTopLevelFunction()) in DoExecute()