Searched defs:castFromDeclContext (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h98 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) { function in class:clang::TranslationUnitDecl
457 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) { function in class:clang::NamespaceDecl
H A DDeclCXX.h2452 static LinkageSpecDecl *castFromDeclContext(const DeclContext *DC) { function in class:clang::LinkageSpecDecl
H A DDeclObjC.h474 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) { function in class:clang::ObjCList
592 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) { function in class:clang::ObjCContainerDecl
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp611 Decl *Decl::castFromDeclContext (const DeclContext *D) { function in class:Decl

Completed in 181 milliseconds