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

1 2 3 45 6 7

  /external/clang/lib/Sema/
SemaDecl.cpp 137 for (DeclContext *DC = S.CurContext; DC; DC = DC->getParent()) {
206 DeclContext *LookupCtx = nullptr;
415 synthesizeCurrentNestedNameSpecifier(ASTContext &Context, DeclContext *DC) {
532 } else if (DeclContext *DC = computeDeclContext(*SS, false)) {
581 else if (DeclContext *DC = computeDeclContext(*SS, false))
    [all...]
SemaExprMember.cpp 96 DeclContext *DC = SemaRef.getFunctionLevelDeclContext();
207 DeclContext *FunctionLevelDC = SemaRef.getFunctionLevelDeclContext();
531 DeclContext *DC = (*I)->getDeclContext();
612 DeclContext *DC = RDecl;
    [all...]
SemaExprCXX.cpp 110 DeclContext *LookupCtx = nullptr;
136 DeclContext *DC = computeDeclContext(SS, EnteringContext);
223 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
311 const DeclContext *Ctx = S->getEntity();
733 DeclContext *DC = getFunctionLevelDeclContext();
    [all...]
SemaTemplate.cpp 253 DeclContext *LookupCtx = nullptr;
413 DeclContext *DC = getFunctionLevelDeclContext();
    [all...]
AnalysisBasedWarnings.cpp 685 << const_cast<DeclContext*>(VD->getLexicalDeclContext())
    [all...]
SemaDeclCXX.cpp 451 DeclContext *ScopeDC = New->getLexicalDeclContext();
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 529 DeclContext *DC = Ctx.getTranslationUnitDecl();
533 typedef DeclContext::specific_decl_iterator<ObjCImplementationDecl>
TransProperties.cpp 99 typedef DeclContext::specific_decl_iterator<ObjCPropertyImplDecl>
ObjCMT.cpp 510 DeclContext::lookup_const_result R = IDecl->lookup(Property->getDeclName());
541 DeclContext::lookup_const_result R = ImpDecl->lookup(MD->getDeclName());
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp 39 static const DeclContext *getEffectiveDeclContext(const Decl *D) {
60 const DeclContext *DC = D->getDeclContext();
67 static const DeclContext *getEffectiveParentContext(const DeclContext *DC) {
89 typedef std::pair<const DeclContext *, IdentifierInfo *> DiscriminatorKeyTy;
144 const DeclContext *DC = getEffectiveDeclContext(ND);
325 const DeclContext *DC = getEffectiveDeclContext(D);
807 const DeclContext *DC = ND->getDeclContext();
    [all...]
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 365 // Adds a DeclContext to the diagnostic. The enable_if template magic is here
367 // other arguments that derive from DeclContext (e.g., RecordDecls) will not
371 typename std::enable_if<std::is_same<T, DeclContext>::value,
Diagnostic.h 29 class DeclContext;
160 ak_declcontext, ///< DeclContext *
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriterDecl.cpp 113 void VisitDeclContext(DeclContext *DC, uint64_t LexicalOffset,
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 735 /// StackFrameContext that matches a DeclContext, or find a VarRegion
739 const DeclContext *DC,
743 if (cast<DeclContext>(SFC->getDecl()) == DC)
796 const DeclContext *DC = D->getDeclContext();
    [all...]
ExprEngineCallAndReturn.cpp 386 const DeclContext *DC = FD->getEnclosingNamespaceContext();
391 while (const DeclContext *Parent = ND->getParent()) {
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 711 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
  /external/lldb/source/Symbol/
Function.cpp 428 clang::DeclContext *
  /external/clang/include/clang/AST/
ASTContext.h 362 llvm::DenseMap<const DeclContext *, MangleNumberingContext *>
    [all...]
DataRecursiveASTVisitor.h 423 bool TraverseDeclContextHelper(DeclContext *DC);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 284 static bool isInLexicalContext(Decl *D, DeclContext *DC) {
288 for (DeclContext *DeclDC = D->getLexicalDeclContext();
329 DeclContext *CurDC = nullptr;
339 CurDC = dyn_cast<DeclContext>(D);
371 DeclContext *DC = DIt == Decls.begin() ? (*DIt)->getLexicalDeclContext()
611 bool CursorVisitor::VisitDeclContext(DeclContext *DC) {
612 DeclContext::decl_iterator I = DC->decls_begin(), E = DC->decls_end();
616 SaveAndRestore<DeclContext::decl_iterator*> DI_saved(DI_current, &I);
617 SaveAndRestore<DeclContext::decl_iterator> DE_saved(DE_current, E);
963 // in the current DeclContext. If any fall within th
    [all...]
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 814 log->Printf("ClangExpressionDeclMap::FindExternalVisibleDecls[%u] for '%s' in a NULL DeclContext", current_id, name.GetCString());
918 clang::DeclContext *decl_context = function_block->GetClangDeclContext();
    [all...]

Completed in 735 milliseconds

1 2 3 45 6 7