Home
last modified time | relevance | path

Searched refs:ProfList (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h580 std::unique_ptr<ProfileList> ProfList; variable
726 const ProfileList &getProfileList() const { return *ProfList; } in getProfileList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp979 ProfList(new ProfileList(LangOpts.ProfileListFiles, SM)), in ASTContext()