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

  /external/clang/include/clang/Serialization/
ASTWriter.h 309 class DeclUpdate {
322 DeclUpdate(unsigned Kind) : Kind(Kind), Dcl(nullptr) {}
323 DeclUpdate(unsigned Kind, const Decl *Dcl) : Kind(Kind), Dcl(Dcl) {}
324 DeclUpdate(unsigned Kind, QualType Type)
326 DeclUpdate(unsigned Kind, SourceLocation Loc)
328 DeclUpdate(unsigned Kind, unsigned Val)
330 DeclUpdate(unsigned Kind, Module *M)
332 DeclUpdate(unsigned Kind, const Attr *Attribute)
346 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTWriterDecl.cpp 250 Writer.DeclUpdates[Template].push_back(ASTWriter::DeclUpdate(
    [all...]

Completed in 351 milliseconds