HomeSort by relevance Sort by last modified time
    Searched refs:DeclContext (Results 101 - 125 of 127) sorted by null

1 2 3 45 6

  /external/clang/include/clang/Parse/
Parser.h 595 P.Actions.ActOnObjCTemporaryExitContainerContext(cast<DeclContext>(DC));
599 P.Actions.ActOnObjCReenterContainerContext(cast<DeclContext>(DC));
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 101 void AppendScope(DeclContext *DC, raw_ostream &OS);
803 void TypePrinter::AppendScope(DeclContext *DC, raw_ostream &OS) {
    [all...]
CommentSema.cpp 671 const DeclContext *Ctx = FD->getDeclContext();
    [all...]
ExprCXX.cpp     [all...]
ASTContext.cpp 370 const DeclContext *DC = ObjCMethod->getDeclContext();
671 // Release the DenseMaps associated with DeclContext objects.
    [all...]
Expr.cpp 521 const DeclContext *Ctx = FD->getDeclContext();
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
SemaExceptionSpec.cpp 473 DeclContext* DC = ExRecord->getDeclContext();
    [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp 85 const DeclContext *DC = ECD->getDeclContext();
    [all...]
SemaOverload.cpp     [all...]
SemaDeclObjC.cpp 129 DeclContext *DC = NewMethod->getDeclContext();
    [all...]
SemaExprObjC.cpp 448 DeclContext *TU = Context.getTranslationUnitDecl();
    [all...]
SemaDeclAttr.cpp     [all...]
TreeTransform.h     [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 827 const DeclContext *DC = RD->getDeclContext();
    [all...]
CodeGenModule.cpp 443 MangleCtx.mangleBlock(cast<DeclContext>(D), BD, Out);
    [all...]
CGDecl.cpp 154 const DeclContext *DC = ND->getDeclContext();
    [all...]
CGDebugInfo.cpp 154 const DeclContext *DC = OMD->getDeclContext();
    [all...]
CGBlocks.cpp 356 const DeclContext *DC = block->getDeclContext();
    [all...]
CGExpr.cpp 663 DeclContext::decl_iterator(const_cast<FieldDecl *>(FD)));
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 413 llvm::SmallPtrSet<const DeclContext *, 8> &InnerContexts);
678 for (DeclContext::decl_iterator DI = LSD->decls_begin(),
    [all...]
RewriteModernObjC.cpp 495 llvm::SmallPtrSet<const DeclContext *, 8> &InnerContexts);
742 for (DeclContext::decl_iterator DI = LSD->decls_begin(),
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 861 DeclContext *DC = D->getDeclContext();
894 // reported as top-level declarations, even though their DeclContext
    [all...]

Completed in 405 milliseconds

1 2 3 45 6