HomeSort by relevance Sort by last modified time
    Searched refs:CurContext (Results 26 - 50 of 71) sorted by null

12 3

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 355 DeclContext *CurContext;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 355 DeclContext *CurContext;
  /external/clang/lib/Sema/
Sema.cpp 82 CurContext(nullptr), OriginalLexicalContext(nullptr),
299 FunctionDecl *fn = dyn_cast<FunctionDecl>(CurContext);
    [all...]
SemaCoroutine.cpp 113 auto *FD = dyn_cast<FunctionDecl>(S.CurContext);
115 S.Diag(Loc, isa<ObjCMethodDecl>(S.CurContext)
SemaLookup.cpp     [all...]
SemaAccess.cpp     [all...]
SemaStmt.cpp     [all...]
SemaObjCProperty.cpp 198 ObjCContainerDecl *ClassDecl = cast<ObjCContainerDecl>(CurContext);
422 ObjCCategoryDecl *CDecl = cast<ObjCCategoryDecl>(CurContext);
424 DeclContext *DC = CurContext;
    [all...]
SemaExprMember.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp 71 cast<Decl>(CurContext)->getAvailability() != AR_Unavailable)
375 auto *DRD = dyn_cast<OMPDeclareReductionDecl>(CurContext);
376 if (LangOpts.OpenMP && DRD && !CurContext->containsDecl(D) &&
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExceptionSpec.cpp 43 auto *RD = dyn_cast<CXXRecordDecl>(CurContext);
    [all...]
SemaStmtAsm.cpp 80 FunctionDecl *Func = dyn_cast<FunctionDecl>(S.CurContext);
SemaTemplateInstantiate.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 118 ((Actions.CurContext->isDependentContext() ||
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h 316 /// CurContext - This is the current declaration context of parsing.
317 DeclContext *CurContext;
650 : S(S), SavedContext(S.CurContext),
655 S.CurContext = ContextToPush;
662 S.CurContext = SavedContext;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h 316 /// CurContext - This is the current declaration context of parsing.
317 DeclContext *CurContext;
650 : S(S), SavedContext(S.CurContext),
655 S.CurContext = ContextToPush;
662 S.CurContext = SavedContext;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h 316 /// CurContext - This is the current declaration context of parsing.
317 DeclContext *CurContext;
650 : S(S), SavedContext(S.CurContext),
655 S.CurContext = ContextToPush;
662 S.CurContext = SavedContext;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h 316 /// CurContext - This is the current declaration context of parsing.
317 DeclContext *CurContext;
650 : S(S), SavedContext(S.CurContext),
655 S.CurContext = ContextToPush;
662 S.CurContext = SavedContext;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h 316 /// CurContext - This is the current declaration context of parsing.
317 DeclContext *CurContext;
650 : S(S), SavedContext(S.CurContext),
655 S.CurContext = ContextToPush;
662 S.CurContext = SavedContext;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h 316 /// CurContext - This is the current declaration context of parsing.
317 DeclContext *CurContext;
650 : S(S), SavedContext(S.CurContext),
655 S.CurContext = ContextToPush;
662 S.CurContext = SavedContext;
    [all...]

Completed in 378 milliseconds

12 3