reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1129 static Decl *castFromDeclContext(const DeclContext *);
2463 return static_cast<const ToTy*>(Decl::castFromDeclContext(Val)); 2467 return static_cast<ToTy*>(Decl::castFromDeclContext(Val));tools/clang/include/clang/ASTMatchers/ASTMatchers.h
5989 return InnerMatcher.matches(*Decl::castFromDeclContext(DC), Finder, Builder);
tools/clang/lib/AST/Expr.cpp 863 const Decl *D = Decl::castFromDeclContext(DC);
tools/clang/tools/extra/clang-move/Move.cpp 46 return InnerMatcher.matches(*Decl::castFromDeclContext(Context), Finder,
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp439 clang::Decl *scope_decl = clang::Decl::castFromDeclContext(scope); 1297 clang::Decl *decl = clang::Decl::castFromDeclContext(&context);tools/lldb/source/Symbol/ClangASTContext.cpp
8968 Decl *tu = Decl::castFromDeclContext(GetTranslationUnitDecl());