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

  /external/clang/include/clang/AST/
DeclGroup.h 95 DeclGroup &getDeclGroup() {
99 const DeclGroup &getDeclGroup() const {
100 return const_cast<DeclGroupRef*>(this)->getDeclGroup();
106 return &getDeclGroup()[0];
112 DeclGroup &G = getDeclGroup();
119 return &getDeclGroup()[0];
125 const DeclGroup &G = getDeclGroup();
Stmt.h 469 const DeclGroupRef getDeclGroup() const { return DG; }
470 DeclGroupRef getDeclGroup() { return DG; }
    [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 133 IndexCtx.indexDeclGroupRef(S->getDeclGroup());
137 DeclGroupRef DG = S->getDeclGroup();
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 213 DeclGroupRef DG = S->getDeclGroup();
    [all...]

Completed in 29 milliseconds