Searched refs:castFromDeclContext (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h203 static OMPDeclareReductionDecl *castFromDeclContext(const DeclContext *DC) { function in class:clang::final
300 static OMPDeclareMapperDecl *castFromDeclContext(const DeclContext *DC) { function in class:clang::final
H A DDeclBase.h1130 static Decl *castFromDeclContext(const DeclContext *);
2469 return static_cast<const ToTy*>(Decl::castFromDeclContext(Val));
2473 return static_cast<ToTy*>(Decl::castFromDeclContext(Val));
H A DDecl.h107 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) { function in class:clang::TranslationUnitDecl
213 static ExternCContextDecl *castFromDeclContext(const DeclContext *DC) { function in class:clang::ExternCContextDecl
611 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) { function in class:clang::NamespaceDecl
2723 static FunctionDecl *castFromDeclContext(const DeclContext *DC) {
3473 static TagDecl *castFromDeclContext(const DeclContext *DC) {
4220 static BlockDecl *castFromDeclContext(const DeclContext *DC) {
4316 static CapturedDecl *castFromDeclContext(const DeclContext *DC) {
4437 static ExportDecl *castFromDeclContext(const DeclContext *DC) {
H A DDeclObjC.h540 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) { function in class:clang::ObjCList
1156 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) { function in class:clang::ObjCContainerDecl
H A DDeclCXX.h2848 static LinkageSpecDecl *castFromDeclContext(const DeclContext *DC) { function in class:clang::LinkageSpecDecl
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp439 clang::Decl *scope_decl = clang::Decl::castFromDeclContext(scope);
1294 clang::Decl *decl = clang::Decl::castFromDeclContext(&context);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp863 Decl *Decl::castFromDeclContext (const DeclContext *D) { function in class:Decl
H A DExpr.cpp866 const Decl *D = Decl::castFromDeclContext(DC);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6175 return InnerMatcher.matches(*Decl::castFromDeclContext(DC), Finder, Builder);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp7943 Decl *tu = Decl::castFromDeclContext(GetTranslationUnitDecl());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp17352 if (cast<EnumDecl>(TagDecl::castFromDeclContext(ECD->getDeclContext())) !=

Completed in 241 milliseconds