Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h627 std::unique_ptr<ProfileList> ProfList; variable
812 const ProfileList &getProfileList() const { return *ProfList; } in getProfileList()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp890 ProfList(new ProfileList(LangOpts.ProfileListFiles, SM)), in ASTContext()