Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1393 SourceLocation getImportLocation(ModuleFile *F);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1689 IncludeLoc = getImportLocation(F); in ReadSLocEntry()
1729 IncludeLoc = getImportLocation(F); in ReadSLocEntry()
1779 SourceLocation ASTReader::getImportLocation(ModuleFile *F) { in getImportLocation() function in ASTReader