HomeSort by relevance Sort by last modified time
    Searched refs:castFromDeclContext (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/AST/
DeclBase.h 851 static Decl *castFromDeclContext(const DeclContext *);
    [all...]
Decl.h 96 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
517 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) {
    [all...]
DeclObjC.h 446 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) {
549 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) {
    [all...]
DeclCXX.h     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 599 Decl *Decl::castFromDeclContext (const DeclContext *D) {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 63 milliseconds