Home
last modified time | relevance | path

Searched refs:castToDeclContext (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h1202 static DeclContext *castToDeclContext(const Decl *);
2686 return *FromTy::castToDeclContext(&Val);
2693 return FromTy::castToDeclContext(Val);
2700 return *FromTy::castToDeclContext(&Val);
2707 return FromTy::castToDeclContext(Val);
H A DDeclOpenMP.h269 static DeclContext *castToDeclContext(const OMPDeclareReductionDecl *D) { in castToDeclContext() function
368 static DeclContext *castToDeclContext(const OMPDeclareMapperDecl *D) { in castToDeclContext() function
H A DDecl.h128 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) { in castToDeclContext() function
234 static DeclContext *castToDeclContext(const ExternCContextDecl *D) { in castToDeclContext() function
690 static DeclContext *castToDeclContext(const NamespaceDecl *D) { in castToDeclContext() function
2934 static DeclContext *castToDeclContext(const FunctionDecl *D) { in castToDeclContext() function
3706 static DeclContext *castToDeclContext(const TagDecl *D) { in castToDeclContext() function
4512 static DeclContext *castToDeclContext(const BlockDecl *D) { in castToDeclContext() function
4608 static DeclContext *castToDeclContext(const CapturedDecl *D) { in castToDeclContext() function
4754 static DeclContext *castToDeclContext(const ExportDecl *D) { in castToDeclContext() function
4811 static DeclContext *castToDeclContext(const HLSLBufferDecl *D) { in castToDeclContext() function
H A DDeclObjC.h544 static DeclContext *castToDeclContext(const ObjCMethodDecl *D) { in castToDeclContext() function
1112 static DeclContext *castToDeclContext(const ObjCContainerDecl *D) { in castToDeclContext() function
H A DDeclCXX.h2910 static DeclContext *castToDeclContext(const LinkageSpecDecl *D) { in castToDeclContext() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp225 context = clang::TagDecl::castToDeclContext(parent_qt->getAsTagDecl()); in CreateDeclInfoForType()
318 return clang::Decl::castToDeclContext(decl); in GetOrCreateDeclContextForUid()
346 return {clang::TagDecl::castToDeclContext(tag), std::string(uname)}; in CreateDeclInfoForUndecoratedName()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp360 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in emitDeviceStubBodyNew()
H A DCGObjCGNU.cpp1237 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetClassVar()
2330 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in EmitNSAutoreleasePoolClassRef()
H A DCGBlocks.cpp2830 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in configureBlocksRuntimeObject()
H A DCodeGenModule.cpp4238 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetRuntimeFunctionDecl()
5666 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetAddrOfConstantCFString()
H A DCGObjCMac.cpp6477 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in getStorage()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp950 DeclContext *Decl::castToDeclContext(const Decl *D) { in castToDeclContext() function in Decl
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1012 clang::DeclContext *ctxt = clang::Decl::castToDeclContext(namespace_decl); in LookupLocalVarNamespace()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp4708 DeclContext *DC = CapturedDecl::castToDeclContext(CD); in ActOnCapturedRegionStart()
4738 DeclContext *DC = CapturedDecl::castToDeclContext(CD); in ActOnCapturedRegionStart()
H A DSemaTemplate.cpp6126 NewContext = Decl::castToDeclContext(TD->getTemplatedDecl()); in CheckTemplateArgumentList()