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

  /external/clang/include/clang/AST/
DeclBase.h 883 static Decl *castFromDeclContext(const DeclContext *);
    [all...]
Decl.h 98 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
451 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) {
    [all...]
DeclObjC.h 474 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) {
592 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) {
    [all...]
DeclCXX.h     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 601 Decl *Decl::castFromDeclContext (const DeclContext *D) {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 130 milliseconds