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 96 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) {
434 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) {
    [all...]
DeclObjC.h 474 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) {
586 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) {
    [all...]
DeclCXX.h     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 620 Decl *Decl::castFromDeclContext (const DeclContext *D) {
    [all...]

Completed in 41 milliseconds