Home
last modified time | relevance | path

Searched defs:getModuleImportLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp198 std::pair<FullSourceLoc, StringRef> FullSourceLoc::getModuleImportLoc() const { in getModuleImportLoc() function in FullSourceLoc
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1185 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1793 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1936 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader