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

  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp 605 SmallVector<uint32_t, 4> DeclIDs;
607 DeclIDs.push_back(Reader.getGlobalDeclID(F, ReadUnalignedLE32(d)));
608 Reader.SetGloballyVisibleDecls(II, DeclIDs);
    [all...]
ASTWriterDecl.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 159 llvm::DenseMap<const Decl *, serialization::DeclID> DeclIDs;
169 LocDeclIDsTy DeclIDs;
170 /// \brief Set when the DeclIDs vectors from all files are joined, this
ASTReader.h 668 SmallVector<uint32_t, 4> DeclIDs;
    [all...]

Completed in 100 milliseconds