Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1373 SourceLocation getImportLocation(ModuleFile *F);
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp1535 IncludeLoc = getImportLocation(F); in ReadSLocEntry()
1576 IncludeLoc = getImportLocation(F); in ReadSLocEntry()
1622 SourceLocation ASTReader::getImportLocation(ModuleFile *F) { in getImportLocation() function in ASTReader