Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1121 struct ImportedModule { struct
1126 ImportedModule(ModuleFile *Mod, in ImportedModule() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h227 unsigned ImportedModule : 1; variable
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPreprocessingRecord.cpp28 bool InQuotes, bool ImportedModule, in InclusionDirective()