Home
last modified time | relevance | path

Searched refs:getModulePreprocessedEntities (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1471 getModulePreprocessedEntities(ModuleFile &Mod) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2615 return Reader->getModulePreprocessedEntities(Mod); in getLocalPreprocessingEntities()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6214 ASTReader::getModulePreprocessedEntities(ModuleFile &Mod) const { in getModulePreprocessedEntities() function in ASTReader