Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DDiagnosticRenderer.cpp243 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc); in emitIncludeStackRecursively()
266 = SM.getModuleImportLoc(Loc); in emitImportStack()
285 = SM.getModuleImportLoc(Loc); in emitImportStackRecursively()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSourceManager.h442 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;
1026 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function
1034 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTReader.h1694 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp1046 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader