OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModuleMgr
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Serialization/
ASTReader.h
391
ModuleManager
ModuleMgr
;
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
424
ModuleManager &
ModuleMgr
= Reader.getModuleManager();
425
assert(
ModuleMgr
.size() >= 1 && "what ASTFile is this then");
431
// Note:
ModuleMgr
.rbegin() may not be the current module, but it must be in
434
ModuleFile *TopImport = *
ModuleMgr
.rbegin();
[
all
...]
ASTReaderDecl.cpp
[
all
...]
ASTWriter.cpp
[
all
...]
Completed in 62 milliseconds