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 562 struct PendingMacroInfo {
578 PendingMacroInfo(ModuleFile *M,
585 PendingMacroInfo(ModuleFile *M, uint64_t MacroDirectivesOffset) : M(M) {
590 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> >
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 222 milliseconds