HomeSort by relevance Sort by last modified time
    Searched defs:DG (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/Index/
IndexBody.cpp 267 DeclGroupRef DG = S->getDeclGroup();
268 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I) {
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseObjc.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 228 DeclGroupRef DG = S->getDeclGroup();
229 for (DeclGroupRef::iterator D = DG.begin(), DEnd = DG.end(); D != DEnd; ++D)
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 444 DeclGroupRef DG;
448 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
449 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
458 return DG.isSingleDecl();
461 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
462 Decl *getSingleDecl() { return DG.getSingleDecl(); }
464 const DeclGroupRef getDeclGroup() const { return DG; }
465 DeclGroupRef getDeclGroup() { return DG; }
466 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaStmt.cpp 72 StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc,
74 DeclGroupRef DG = dg.get();
77 if (DG.isNull()) return StmtError();
79 return new (Context) DeclStmt(DG, StartLoc, EndLoc);
82 void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) {
83 DeclGroupRef DG = dg.get();
87 if (DG.isNull() || !DG.isSingleDecl()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Stmt.h 468 DeclGroupRef DG;
472 DeclStmt(DeclGroupRef dg, SourceLocation startLoc,
473 SourceLocation endLoc) : Stmt(DeclStmtClass), DG(dg),
482 return DG.isSingleDecl();
485 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
486 Decl *getSingleDecl() { return DG.getSingleDecl(); }
488 const DeclGroupRef getDeclGroup() const { return DG; }
489 DeclGroupRef getDeclGroup() { return DG; }
490 void setDeclGroup(DeclGroupRef DGR) { DG = DGR;
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 315 void RewriteForwardClassDecl(const SmallVectorImpl<Decl *> &DG);
333 void RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG);
746 SmallVector<Decl *, 8> DG;
752 DG.push_back(*DI);
758 RewriteForwardClassDecl(DG);
771 SmallVector<Decl *, 8> DG;
777 DG.push_back(*DI);
783 RewriteForwardProtocolDecl(DG);
    [all...]
RewriteObjC.cpp 263 void RewriteForwardClassDecl(const SmallVectorImpl<Decl *> &DG);
281 void RewriteForwardProtocolDecl(const SmallVectorImpl<Decl *> &DG);
681 SmallVector<Decl *, 8> DG;
687 DG.push_back(*DI);
693 RewriteForwardClassDecl(DG);
700 SmallVector<Decl *, 8> DG;
706 DG.push_back(*DI);
712 RewriteForwardProtocolDecl(DG);
    [all...]

Completed in 1511 milliseconds

1 2