Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h102 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
139 static ExternCContextDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
516 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
2208 static FunctionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
2934 static TagDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
3563 static BlockDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
3640 static CapturedDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
DDeclObjC.h496 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
635 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
DDeclCXX.h2540 static LinkageSpecDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
/external/clang/lib/AST/
DDeclBase.cpp643 Decl *Decl::castFromDeclContext (const DeclContext *D) { in castFromDeclContext() function in Decl