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 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...]

Completed in 169 milliseconds