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

Completed in 45 milliseconds