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

  /external/clang/include/clang/AST/
Stmt.h 464 void setDeclGroup(DeclGroupRef DGR) { DG = DGR; }
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 287 S->setDeclGroup(DeclGroupRef(ReadDecl(Record, Idx)));
293 S->setDeclGroup(DeclGroupRef(DeclGroup::Create(Reader.getContext(),
    [all...]

Completed in 78 milliseconds