OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getModuleImportLoc
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp
196
std::pair<FullSourceLoc, StringRef> FullSourceLoc::
getModuleImportLoc
() const {
201
SrcMgr->
getModuleImportLoc
(*this);
/src/external/apache2/llvm/dist/clang/lib/Frontend/
DiagnosticRenderer.cpp
203
std::pair<FullSourceLoc, StringRef> Imported = Loc.
getModuleImportLoc
();
225
std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.
getModuleImportLoc
();
240
std::pair<FullSourceLoc, StringRef> NextImportLoc = Loc.
getModuleImportLoc
();
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h
529
virtual std::pair<SourceLocation, StringRef>
getModuleImportLoc
(int ID) = 0;
1142
getModuleImportLoc
(SourceLocation Loc) const {
1150
return ExternalSLocEntries->
getModuleImportLoc
(FID.ID);
SourceLocation.h
396
std::pair<FullSourceLoc, StringRef>
getModuleImportLoc
() const;
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h
1419
SourceLocation
getModuleImportLoc
(Module *M) const {
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
2083
std::pair<SourceLocation, StringRef>
getModuleImportLoc
(int ID) override;
/src/external/apache2/llvm/dist/clang/lib/Lex/
Pragma.cpp
1129
SourceLocation ImportLoc = PP.
getModuleImportLoc
(M);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
4822
AddSourceLocation(PP.
getModuleImportLoc
(Import.M), ImportedModules);
ASTReader.cpp
1596
std::pair<SourceLocation, StringRef> ASTReader::
getModuleImportLoc
(int ID) {
Completed in 30 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026