Home
last modified time | relevance | path

Searched defs:castFromDeclContext (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclOpenMP.h272 static OMPDeclareReductionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
371 static OMPDeclareMapperDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
H A DDecl.h107 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
213 static ExternCContextDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
640 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
2790 static FunctionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
3543 static TagDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
4297 static BlockDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
4393 static CapturedDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
4529 static ExportDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
H A DDeclObjC.h548 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
1118 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
H A DDeclCXX.h2864 static LinkageSpecDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp909 Decl *Decl::castFromDeclContext (const DeclContext *D) { in castFromDeclContext() function in Decl