Searched refs:IsTopLevelFunction (Results 1 – 5 of 5) sorted by relevance
620 bool IsTopLevelFunction();
512 bool Function::IsTopLevelFunction() { in IsTopLevelFunction() function in Function516 result = language->IsTopLevelFunction(*this); in IsTopLevelFunction()
176 virtual bool IsTopLevelFunction(Function &function);
161 bool Language::IsTopLevelFunction(Function &function) { return false; } in IsTopLevelFunction() function in Language
515 if (sym_ctx.function && sym_ctx.function->IsTopLevelFunction()) in DoExecute()