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

  /external/clang/include/clang/Serialization/
Module.h 54 const KindDeclIDPair *LexicalDecls;
ASTBitCodes.h 65 typedef std::pair<uint32_t, DeclID> KindDeclIDPair;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 710 Info.LexicalDecls = reinterpret_cast<const KindDeclIDPair*>(Blob.data());
711 Info.NumLexicalDecls = Blob.size() / sizeof(KindDeclIDPair);
    [all...]
ASTWriter.cpp     [all...]

Completed in 29 milliseconds