Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1396 SourceLocation getImportLocation(ModuleFile *F);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1648 IncludeLoc = getImportLocation(F); in ReadSLocEntry()
1689 IncludeLoc = getImportLocation(F); in ReadSLocEntry()
1740 SourceLocation ASTReader::getImportLocation(ModuleFile *F) { in getImportLocation() function in ASTReader