Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1160 static DeclContext *castToDeclContext(const Decl *);
2611 return *FromTy::castToDeclContext(&Val);
2618 return FromTy::castToDeclContext(Val);
2625 return *FromTy::castToDeclContext(&Val);
2632 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.h104 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) { in castToDeclContext() function
210 static DeclContext *castToDeclContext(const ExternCContextDecl *D) { in castToDeclContext() function
637 static DeclContext *castToDeclContext(const NamespaceDecl *D) { in castToDeclContext() function
2787 static DeclContext *castToDeclContext(const FunctionDecl *D) { in castToDeclContext() function
3539 static DeclContext *castToDeclContext(const TagDecl *D) { in castToDeclContext() function
4294 static DeclContext *castToDeclContext(const BlockDecl *D) { in castToDeclContext() function
4390 static DeclContext *castToDeclContext(const CapturedDecl *D) { in castToDeclContext() function
4526 static DeclContext *castToDeclContext(const ExportDecl *D) { in castToDeclContext() function
H A DDeclObjC.h544 static DeclContext *castToDeclContext(const ObjCMethodDecl *D) { in castToDeclContext() function
1114 static DeclContext *castToDeclContext(const ObjCContainerDecl *D) { in castToDeclContext() function
H A DDeclCXX.h2860 static DeclContext *castToDeclContext(const LinkageSpecDecl *D) { in castToDeclContext() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp574 << static_cast<uint32_t>(D.getStackSize()) << Decl::castToDeclContext(ND); in StackSizeDiagHandler()
H A DCGCUDANV.cpp335 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in emitDeviceStubBodyNew()
H A DCGObjCGNU.cpp1232 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetClassVar()
2319 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in EmitNSAutoreleasePoolClassRef()
H A DCGBlocks.cpp2883 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in configureBlocksRuntimeObject()
H A DCodeGenModule.cpp3691 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetRuntimeFunctionDecl()
5088 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in GetAddrOfConstantCFString()
H A DCGObjCMac.cpp6522 DeclContext *DC = TranslationUnitDecl::castToDeclContext(TUDecl); in getStorage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp928 DeclContext *Decl::castToDeclContext(const Decl *D) { in castToDeclContext() function in Decl
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4693 DeclContext *DC = CapturedDecl::castToDeclContext(CD); in ActOnCapturedRegionStart()
4723 DeclContext *DC = CapturedDecl::castToDeclContext(CD); in ActOnCapturedRegionStart()