Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DASTSourceDescriptor.h29 StringRef PCHModuleName; variable
39 : PCHModuleName(std::move(Name)), Path(std::move(Path)), in ASTSourceDescriptor()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DASTSourceDescriptor.cpp30 return std::string(PCHModuleName); in getModuleName()