Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h1346 SourceLocation getImportLocation(ModuleFile *F);
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp1566 IncludeLoc = getImportLocation(F); in ReadSLocEntry()
1607 IncludeLoc = getImportLocation(F); in ReadSLocEntry()
1653 SourceLocation ASTReader::getImportLocation(ModuleFile *F) { in getImportLocation() function in ASTReader