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

1 2 34 5 6

  /external/clang/lib/ARCMigrate/
Transforms.cpp 527 DeclContext *DC = Ctx.getTranslationUnitDecl();
531 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
TransProperties.cpp 100 typedef DeclContext::specific_decl_iterator<ObjCPropertyImplDecl>
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 396 llvm::SmallPtrSet<const DeclContext*, 4> IgnoredContexts;
403 const DeclContext *DC = VD->getDeclContext();
  /external/clang/include/clang/Sema/
Lookup.h 685 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 27 DeclContext *DC = CurContext;
42 static bool isInInlineFunction(const DeclContext *DC) {
117 if (const DeclContext *LexicalDC
    [all...]
SemaExprCXX.cpp 70 DeclContext *LookupCtx = 0;
103 DeclContext *DC = computeDeclContext(SS, EnteringContext);
189 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
647 DeclContext *DC = getFunctionLevelDeclContext();
    [all...]
SemaExprMember.cpp 92 DeclContext *DC = SemaRef.getFunctionLevelDeclContext();
189 DeclContext *FunctionLevelDC = SemaRef.getFunctionLevelDeclContext();
520 DeclContext *DC = (*I)->getDeclContext();
574 DeclContext *DC = RDecl;
846 DeclContext *DC = (SS.isSet(
    [all...]
SemaTemplate.cpp 251 DeclContext *LookupCtx = 0;
413 DeclContext *DC = getFunctionLevelDeclContext();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiate.cpp 61 DeclContext *Ctx = dyn_cast<DeclContext>(D);
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 107 void VisitDeclContext(DeclContext *DC, uint64_t LexicalOffset,
855 DeclContext::lookup_result R = D->second.getLookupResult();
856 for (DeclContext::lookup_iterator I = R.begin(), E = R.end(); I != E;
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 333 llvm::DenseMap<const DeclContext *, LambdaMangleContext> LambdaMangleContexts;
335 llvm::DenseMap<const DeclContext *, unsigned> UnnamedMangleContexts;
    [all...]
RecursiveASTVisitor.h 408 bool TraverseDeclContextHelper(DeclContext *DC);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 687 /// StackFrameContext that matches a DeclContext, or find a VarRegion
691 const DeclContext *DC,
695 if (cast<DeclContext>(SFC->getDecl()) == DC)
748 const DeclContext *DC = D->getDeclContext();
    [all...]
ExprEngineCallAndReturn.cpp 383 const DeclContext *DC = FD->getEnclosingNamespaceContext();
388 while (const DeclContext *Parent = ND->getParent()) {
    [all...]
  /external/clang/tools/libclang/
CIndexHigh.cpp 230 if (const DeclContext *DC = Dcl->getParentFunctionOrMethod()) {
RecursiveASTVisitor.h 403 bool TraverseDeclContextHelper(DeclContext *DC);
    [all...]
CIndex.cpp 265 static bool isInLexicalContext(Decl *D, DeclContext *DC) {
269 for (DeclContext *DeclDC = D->getLexicalDeclContext();
310 DeclContext *CurDC = 0;
320 CurDC = dyn_cast<DeclContext>(D);
352 DeclContext *DC = DIt == Decls.begin() ? (*DIt)->getLexicalDeclContext()
588 bool CursorVisitor::VisitDeclContext(DeclContext *DC) {
589 DeclContext::decl_iterator I = DC->decls_begin(), E = DC->decls_end();
593 SaveAndRestore<DeclContext::decl_iterator*> DI_saved(DI_current, &I);
594 SaveAndRestore<DeclContext::decl_iterator> DE_saved(DE_current, E);
950 // in the current DeclContext. If any fall within th
    [all...]
  /frameworks/compile/slang/
slang_rs_backend.cpp 175 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(),
  /external/clang/include/clang/Basic/
Diagnostic.h 34 class DeclContext;
160 ak_declcontext, ///< DeclContext *
    [all...]
  /external/clang/lib/AST/
DumpXML.cpp 392 void visitDeclContext(DeclContext *DC) {
393 for (DeclContext::decl_iterator
CXXInheritance.cpp 126 CXXRecordDecl::isCurrentInstantiation(const DeclContext *CurContext) const {
ASTDiagnostic.cpp 327 DeclContext *DC = reinterpret_cast<DeclContext *> (Val);
    [all...]

Completed in 512 milliseconds

1 2 34 5 6