Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h1141 SourceLocation getImportLocation(ModuleFile *F);
/external/clang/lib/Serialization/
DASTReader.cpp1238 IncludeLoc = getImportLocation(F); in ReadSLocEntry()
1289 IncludeLoc = getImportLocation(F); in ReadSLocEntry()
1343 SourceLocation ASTReader::getImportLocation(ModuleFile *F) { in getImportLocation() function in ASTReader