Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp249 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc); in emitIncludeStackRecursively()
272 = SM.getModuleImportLoc(Loc); in emitImportStack()
291 = SM.getModuleImportLoc(Loc); in emitImportStackRecursively()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h457 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;
1024 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function
1032 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1928 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1291 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader