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 464 const DeclGroupRef getDeclGroup() const { return DG; }
465 DeclGroupRef getDeclGroup() { return DG; }
    [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 136 IndexCtx.indexDeclGroupRef(S->getDeclGroup());
140 DeclGroupRef DG = S->getDeclGroup();
  /external/lldb/source/Expression/
ASTStructExtractor.cpp 83 DeclGroupRef decl_group = curr_decl_stmt->getDeclGroup();
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 406 DeclGroupRef DGrp = S->getDeclGroup();
ThreadSafety.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 216 DeclGroupRef DG = S->getDeclGroup();
    [all...]

Completed in 417 milliseconds