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

  /external/clang/include/clang/Serialization/
ASTWriter.h 155 llvm::DenseMap<const Decl *, serialization::DeclID> DeclIDs;
165 LocDeclIDsTy DeclIDs;
166 /// \brief Set when the DeclIDs vectors from all files are joined, this
ASTReader.h 663 SmallVector<uint32_t, 4> DeclIDs;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp 599 SmallVector<uint32_t, 4> DeclIDs;
601 DeclIDs.push_back(Reader.getGlobalDeclID(F, ReadUnalignedLE32(d)));
602 Reader.SetGloballyVisibleDecls(II, DeclIDs);
    [all...]
ASTWriterDecl.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 58 milliseconds