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

  /external/clang/include/clang/Serialization/
ASTReader.h 677 struct PendingMacroInfo {
693 PendingMacroInfo(ModuleFile *M,
700 PendingMacroInfo(ModuleFile *M, uint64_t MacroDirectivesOffset) : M(M) {
705 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> >
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 36 milliseconds