Home | History | Annotate | Download | only in plugins

Lines Matching refs:FunctionDecl

82 std::set<FunctionDecl*> GetLateParsedFunctionDecls(TranslationUnitDecl* decl) {
84 bool VisitFunctionDecl(FunctionDecl* function_decl) {
90 std::set<FunctionDecl*> late_parsed_decls;
1006 std::set<FunctionDecl*> late_parsed_decls = GetLateParsedFunctionDecls(decl);
1009 for (const FunctionDecl* fd : late_parsed_decls) {