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

  /external/clang/include/clang/AST/
Decl.h 93 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
486 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) {
    [all...]
DeclCXX.h     [all...]
DeclObjC.h 416 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) {
517 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) {
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 559 Decl *Decl::castFromDeclContext (const DeclContext *D) {
    [all...]

Completed in 3049 milliseconds