OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFullModuleName
(Results
1 - 14
of
14
) sorted by null
/external/clang/lib/Basic/
Module.cpp
106
std::string Module::
getFullModuleName
() const {
343
OS << Restriction->
getFullModuleName
();
387
OS << Conflicts[I].Other->
getFullModuleName
();
/external/clang/lib/Frontend/
CompilerInstance.cpp
[
all
...]
FrontendActions.cpp
263
<< Module->
getFullModuleName
()
PrintPreprocessedOutput.cpp
339
OS << "@import " << Imported->
getFullModuleName
() << ";"
ASTUnit.cpp
890
std::string ModName = Mod->
getFullModuleName
();
[
all
...]
/external/clang/lib/Lex/
ModuleMap.cpp
63
<< Id[0].first << Mod->
getFullModuleName
();
74
<< Id[I].first << Context->
getFullModuleName
()
640
<< H->second.getModule()->
getFullModuleName
() << "\n";
[
all
...]
PPLexerChange.cpp
419
<< Mod->
getFullModuleName
() << RelativePath;
449
<< File->getName() << Mod->
getFullModuleName
();
/external/clang/include/clang/Basic/
Module.h
297
std::string
getFullModuleName
() const;
/external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp
134
OS << "@import " << Mod->
getFullModuleName
() << ";"
/external/clang/lib/AST/
DeclPrinter.cpp
710
Out << "@import " << D->getImportedModule()->
getFullModuleName
()
[
all
...]
/external/clang/tools/libclang/
IndexingContext.cpp
268
std::string ModuleName = Mod->
getFullModuleName
();
[
all
...]
CIndex.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
/external/clang/lib/Sema/
SemaType.cpp
[
all
...]
Completed in 542 milliseconds