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 94 DeclGroup &getDeclGroup() {
98 const DeclGroup &getDeclGroup() const {
99 return const_cast<DeclGroupRef*>(this)->getDeclGroup();
105 return &getDeclGroup()[0];
111 DeclGroup &G = getDeclGroup();
118 return &getDeclGroup()[0];
124 const DeclGroup &G = getDeclGroup();
Stmt.h 464 const DeclGroupRef getDeclGroup() const { return DG; }
465 DeclGroupRef getDeclGroup() { return DG; }
    [all...]
  /external/clang/lib/Index/
IndexBody.cpp 263 IndexCtx.indexDeclGroupRef(S->getDeclGroup());
267 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 228 DeclGroupRef DG = S->getDeclGroup();
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 133 milliseconds