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 307 class DeclUpdate {
320 DeclUpdate(unsigned Kind) : Kind(Kind), Dcl(nullptr) {}
321 DeclUpdate(unsigned Kind, const Decl *Dcl) : Kind(Kind), Dcl(Dcl) {}
322 DeclUpdate(unsigned Kind, QualType Type)
324 DeclUpdate(unsigned Kind, SourceLocation Loc)
326 DeclUpdate(unsigned Kind, unsigned Val)
328 DeclUpdate(unsigned Kind, Module *M)
330 DeclUpdate(unsigned Kind, const Attr *Attribute)
344 typedef SmallVector<DeclUpdate, 1> UpdateRecord;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTWriterDecl.cpp 251 Writer.DeclUpdates[Template].push_back(ASTWriter::DeclUpdate(
    [all...]

Completed in 572 milliseconds