Searched defs:CurContext (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp29 getCurrentInstantiationOf(QualType T, DeclContext *CurContext) argument
H A DSemaLambda.cpp33 GetScopeIndexOfNearestCaptureReadyLambda( ArrayRef<clang::sema::FunctionScopeInfo*> FunctionScopes, DeclContext *const CurContext, VarDecl *VD) argument
97 GetInnermostEnclosingCapturableLambda( ArrayRef<sema::FunctionScopeInfo*> FunctionScopes, unsigned &FunctionScopeIndex, DeclContext *const CurContext, VarDecl *VD, Sema &S) argument
[all...]
H A DSemaCodeComplete.cpp554 bool ResultBuilder::CheckHiddenResult(Result &R, DeclContext *CurContext, argument
450 getRequiredQualification(ASTContext &Context, const DeclContext *CurContext, const DeclContext *TargetContext) argument
816 MaybeAddResult(Result R, DeclContext *CurContext) argument
933 AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding, bool InBaseClass = false) argument
1254 DeclContext *CurContext; member in class:__anon3386::CodeCompletionDeclConsumer
1257 CodeCompletionDeclConsumer(ResultBuilder &Results, DeclContext *CurContext) argument
3101 DeclContext *CurContext = S.CurContext; local
3466 AddObjCProperties(ObjCContainerDecl *Container, bool AllowCategories, bool AllowNullaryMethods, DeclContext *CurContext, AddedPropertiesSet &AddedProperties, ResultBuilder &Results) argument
3505 CurContext); local
4402 CurContext, 0, false); local
4846 AddObjCMethods(ObjCContainerDecl *Container, bool WantInstanceMethods, ObjCMethodKind WantKind, ArrayRef<IdentifierInfo *> SelIdents, DeclContext *CurContext, VisitedSelectorSet &Selectors, bool AllowSameLength, ResultBuilder &Results, bool InOriginalClass = true) argument
5748 AddProtocolResults(DeclContext *Ctx, DeclContext *CurContext, bool OnlyForwardDeclarations, ResultBuilder &Results) argument
5760 CurContext, 0, false); local
5815 AddInterfaceResults(DeclContext *Ctx, DeclContext *CurContext, bool OnlyForwardDeclarations, bool OnlyUnimplemented, ResultBuilder &Results) argument
5829 CurContext, 0, false); local
5929 CurContext, 0, false); local
6071 CurContext, 0, false); local
[all...]
H A DSemaLookup.cpp3609 NamespaceSpecifierSet(ASTContext &Context, DeclContext *CurContext, argument
[all...]
H A DSemaTemplate.cpp6821 DeclContext *CurContext = S.CurContext->getRedeclContext(); local
[all...]
H A DSemaDeclCXX.cpp6817 IsUsingDirectiveInToplevelContext(DeclContext *CurContext) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h250 DeclContext *CurContext; member in class:clang::Sema

Completed in 157 milliseconds