HomeSort by relevance Sort by last modified time
    Searched refs:ImportedModule (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
PreprocessingRecord.h 228 unsigned ImportedModule : 1;
236 bool InQuotes, bool ImportedModule,
251 bool importedModule() const { return ImportedModule; }
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 28 bool InQuotes, bool ImportedModule,
32 InQuotes(InQuotes), Kind(Kind), ImportedModule(ImportedModule), File(File)
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 42 milliseconds