Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceLocation.cpp196 std::pair<FullSourceLoc, StringRef> FullSourceLoc::getModuleImportLoc() const { in getModuleImportLoc() function in FullSourceLoc
201 SrcMgr->getModuleImportLoc(*this); in getModuleImportLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp203 std::pair<FullSourceLoc, StringRef> Imported = Loc.getModuleImportLoc(); in emitIncludeStackRecursively()
225 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStack()
240 std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.getModuleImportLoc(); in emitImportStackRecursively()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h529 virtual std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) = 0;
1142 getModuleImportLoc(SourceLocation Loc) const { in getModuleImportLoc() function
1150 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
H A DSourceLocation.h396 std::pair<FullSourceLoc, StringRef> getModuleImportLoc() const;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1419 SourceLocation getModuleImportLoc(Module *M) const { in getModuleImportLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2083 std::pair<SourceLocation, StringRef> getModuleImportLoc(int ID) override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp1129 SourceLocation ImportLoc = PP.getModuleImportLoc(M); in HandlePragma()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4822 AddSourceLocation(PP.getModuleImportLoc(Import.M), ImportedModules); in WriteASTCore()
H A DASTReader.cpp1596 std::pair<SourceLocation, StringRef> ASTReader::getModuleImportLoc(int ID) { in getModuleImportLoc() function in ASTReader