HomeSort by relevance Sort by last modified time
    Searched refs:getDeclGroup (Results 1 - 7 of 7) 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 452 const DeclGroupRef getDeclGroup() const { return DG; }
453 DeclGroupRef getDeclGroup() { return DG; }
    [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 137 IndexCtx.indexDeclGroupRef(S->getDeclGroup());
141 DeclGroupRef DG = S->getDeclGroup();
  /external/clang/lib/Analysis/
ThreadSafety.cpp 566 DeclGroupRef DGrp = S->getDeclGroup();
    [all...]
ThreadSafetyCommon.cpp 588 DeclGroupRef DGrp = S->getDeclGroup();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 216 DeclGroupRef DG = S->getDeclGroup();
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 214 milliseconds