Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp206 std::pair<SourceLocation, StringRef> Imported = SM.getModuleImportLoc(Loc); in emitIncludeStackRecursively()
229 = SM.getModuleImportLoc(Loc); in emitImportStack()
246 = SM.getModuleImportLoc(Loc); in emitImportStackRecursively()
/external/clang/include/clang/Basic/
DSourceManager.h453 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;
1043 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function
1051 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
/external/clang/include/clang/Lex/
DPreprocessor.h1081 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
/external/clang/include/clang/Serialization/
DASTReader.h1887 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/external/clang/lib/Serialization/
DASTWriter.cpp4615 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
DASTReader.cpp1343 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader