Searched refs:getModuleImportLoc (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 200 std::pair<FullSourceLoc, StringRef> FullSourceLoc::getModuleImportLoc() const { in getModuleImportLoc() function in FullSourceLoc 205 SrcMgr->getModuleImportLoc(*this); in getModuleImportLoc()
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 202 std::pair<FullSourceLoc, StringRef> Imported = Loc.getModuleImportLoc(); in emitIncludeStackRecursively() 224 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStack() 239 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStackRecursively()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 564 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0; 1181 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() 1189 return ExternalSLocEntries->getModuleImportLoc(FID.ID); 1177 getModuleImportLoc(SourceLocation Loc) const { getModuleImportLoc() function
|
H A D | SourceLocation.h | 396 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 2181 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 1756 SourceLocation getModuleImportLoc(Module *M) const { 1731 SourceLocation getModuleImportLoc(Module *M) const { getModuleImportLoc() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 1140 SourceLocation ImportLoc = PP.getModuleImportLoc(M); in HandlePragma()
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 5578 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in getSelectorRef()
|
H A D | ASTReader.cpp | 1759 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in ReadBlockAbbrevs() 1720 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { getModuleImportLoc() function in ASTReader
|