Home | History | Annotate | Download | only in plugins

Lines Matching refs:late_parsed_decls

105         late_parsed_decls.insert(function_decl);
109 std::set<FunctionDecl*> late_parsed_decls;
112 return v.late_parsed_decls;
959 std::set<FunctionDecl*> late_parsed_decls = GetLateParsedFunctionDecls(decl);
962 for (const FunctionDecl* fd : late_parsed_decls) {