Home
last modified time | relevance | path

Searched defs:getObjCDeclContext (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Parse/
H A DParser.h262 Decl *getObjCDeclContext() const { return Actions.getObjCDeclContext(); } in getObjCDeclContext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/
DParser.h473 ObjCContainerDecl *getObjCDeclContext() const { in getObjCDeclContext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/
DParser.h473 ObjCContainerDecl *getObjCDeclContext() const { in getObjCDeclContext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/
DParser.h452 ObjCContainerDecl *getObjCDeclContext() const { in getObjCDeclContext() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/
DParser.h499 ObjCContainerDecl *getObjCDeclContext() const { in getObjCDeclContext() function
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDecl.cpp15235 Decl *Sema::getObjCDeclContext() const { in getObjCDeclContext() function in Sema