Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp249 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc); in emitIncludeStackRecursively()
272 = SM.getModuleImportLoc(Loc); in emitImportStack()
291 = SM.getModuleImportLoc(Loc); in emitImportStackRecursively()
/external/clang/include/clang/Basic/
DSourceManager.h443 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;
1010 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function
1018 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
/external/clang/include/clang/Serialization/
DASTReader.h1906 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/external/clang/lib/Serialization/
DASTReader.cpp1324 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader