HomeSort by relevance Sort by last modified time
    Searched full:decl_iterator (Results 26 - 50 of 54) sorted by null

12 3

  /external/clang/lib/Analysis/
LiveVariables.cpp 393 for (DeclStmt::decl_iterator DI=DS->decl_begin(), DE = DS->decl_end();
CFG.cpp     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 494 for (DeclContext::decl_iterator I = DC->noload_decls_begin(), E = DC->noload_decls_end();
496 DeclContext::decl_iterator Next = I;
    [all...]
ASTImporter.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp 592 DeclContext::decl_iterator I = DC->decls_begin(), E = DC->decls_end();
596 SaveAndRestore<DeclContext::decl_iterator*> DI_saved(DI_current, &I);
597 SaveAndRestore<DeclContext::decl_iterator> DE_saved(DE_current, E);
989 for (DeclContext::decl_iterator I = D->decls_begin(), E = D->decls_end();
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 399 for (DeclStmt::decl_iterator I = DS->decl_begin(), E = DS->decl_end();
Sema.cpp 480 for (DeclContext::decl_iterator I = RD->decls_begin(),
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
SemaAccess.cpp     [all...]
SemaExprMember.cpp 636 for (TypoCorrection::decl_iterator DI = Corrected.begin(),
    [all...]
SemaDeclCXX.cpp 810 for (DeclStmt::decl_iterator DclIt = DS->decl_begin(),
    [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
CGDebugInfo.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 678 for (DeclContext::decl_iterator DI = LSD->decls_begin(),
    [all...]
RewriteModernObjC.cpp 742 for (DeclContext::decl_iterator DI = LSD->decls_begin(),
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 292 milliseconds

12 3