Home
last modified time | relevance | path

Searched defs:ImportedModule (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Serialization/
DASTReader.h1113 struct ImportedModule { struct
1118 ImportedModule(ModuleFile *Mod, in ImportedModule() argument
/external/clang/include/clang/Lex/
DPreprocessingRecord.h227 unsigned ImportedModule : 1; variable
/external/clang/lib/Lex/
DPreprocessingRecord.cpp28 bool InQuotes, bool ImportedModule, in InclusionDirective()