Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h601 std::unique_ptr<ProfileList> ProfList; variable
777 const ProfileList &getProfileList() const { return *ProfList; } in getProfileList()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp959 ProfList(new ProfileList(LangOpts.ProfileListFiles, SM)), in ASTContext()