Home
last modified time | relevance | path

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

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