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

1 2 3

  /external/clang/examples/AnnotateFunctions/
AnnotateFunctions.cpp 29 bool HandleTopLevelDecl(DeclGroupRef DG) override {
33 for (auto D : DG)
  /external/clang/lib/Index/
IndexingAction.cpp 56 bool HandleTopLevelDecl(DeclGroupRef DG) override {
57 return IndexCtx.indexDeclGroupRef(DG);
60 void HandleInterestingDecl(DeclGroupRef DG) override {
64 void HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) override {
65 IndexCtx.indexDeclGroupRef(DG);
IndexingContext.h 104 bool indexDeclGroupRef(DeclGroupRef DG);
IndexBody.cpp 267 DeclGroupRef DG = S->getDeclGroup();
268 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I) {
IndexDecl.cpp 449 bool IndexingContext::indexDeclGroupRef(DeclGroupRef DG) {
450 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I)
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 35 bool HandleTopLevelDecl(DeclGroupRef DG) override {
36 for (DeclGroupRef::iterator i = DG.begin(), e = DG.end(); i != e; ++i) {
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 384 void storeTopLevelDecls(DeclGroupRef DG);
398 bool AnalysisConsumer::HandleTopLevelDecl(DeclGroupRef DG) {
399 storeTopLevelDecls(DG);
403 void AnalysisConsumer::HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) {
404 storeTopLevelDecls(DG);
407 void AnalysisConsumer::storeTopLevelDecls(DeclGroupRef DG) {
408 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I) {
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 140 bool HandleTopLevelDecl(DeclGroupRef DG) override {
147 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I)
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 134 bool HandleTopLevelDecl(DeclGroupRef DG) override {
135 for (DeclGroupRef::iterator I = DG.begin(), E = DG.end(); I != E; ++I)
139 void HandleInterestingDecl(DeclGroupRef DG) override {
142 void HandleTopLevelDeclInObjCContainer(DeclGroupRef DG) override {
143 ObjCMigrateASTConsumer::HandleTopLevelDecl(DG);
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/tools/libclang/
CXIndexDataConsumer.h 451 void indexDeclGroupRef(DeclGroupRef DG);
Indexing.cpp 301 bool HandleTopLevelDecl(DeclGroupRef DG) override {
    [all...]
  /external/clang/lib/Frontend/Rewrite/
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...]
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...]
  /external/clang/lib/Sema/
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...]

Completed in 832 milliseconds

1 2 3