Home
last modified time | relevance | path

Searched refs:getModulePreprocessedEntity (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1391 getModulePreprocessedEntity(unsigned GlobalIndex);
/external/clang/include/clang/Serialization/
DASTReader.h1215 getModulePreprocessedEntity(unsigned GlobalIndex);
/external/clang/lib/Serialization/
DASTReader.cpp4848 ASTReader::getModulePreprocessedEntity(unsigned GlobalIndex) { in getModulePreprocessedEntity() function in ASTReader
4878 std::pair<ModuleFile *, unsigned> PPInfo = getModulePreprocessedEntity(Index); in ReadPreprocessedEntity()
5083 std::pair<ModuleFile *, unsigned> PPInfo = getModulePreprocessedEntity(Index); in isPreprocessedEntityInFileID()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp5878 ASTReader::getModulePreprocessedEntity(unsigned GlobalIndex) { in getModulePreprocessedEntity() function in ASTReader
5922 std::pair<ModuleFile *, unsigned> PPInfo = getModulePreprocessedEntity(Index); in ReadPreprocessedEntity()
6145 std::pair<ModuleFile *, unsigned> PPInfo = getModulePreprocessedEntity(Index); in isPreprocessedEntityInFileID()