Home
last modified time | relevance | path

Searched refs:impControl (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCDeclVendor.cpp316 const clang::ObjCMethodDecl::ImplementationControl impControl = in BuildMethod() local
360 isDefined, impControl, HasRelatedResultType); in BuildMethod()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp785 ImplementationControl impControl, bool HasRelatedResultType) in ObjCMethodDecl() argument
800 setDeclImplementation(impControl); in ObjCMethodDecl()
815 bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, in Create() argument
820 isImplicitlyDeclared, isDefined, impControl, HasRelatedResultType); in Create()
/external/clang/include/clang/AST/
DDeclObjC.h231 ImplementationControl impControl = None,
237 IsRedeclaration(0), HasRedeclaration(0), DeclImplementation(impControl), in NamedDecl()
259 ImplementationControl impControl = None,
/external/clang/lib/AST/
DDeclObjC.cpp755 ImplementationControl impControl, bool HasRelatedResultType) { in Create() argument
759 impControl, HasRelatedResultType); in Create()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h178 ImplementationControl impControl = None,
239 ImplementationControl impControl = None,
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp7756 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty() local
7770 getter->setDeclImplementation(impControl); in AddObjCClassProperty()
7798 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddObjCClassProperty() local
7812 setter->setDeclImplementation(impControl); in AddObjCClassProperty()
7920 const clang::ObjCMethodDecl::ImplementationControl impControl = in AddMethodToObjCObjectType() local
7941 objc_method_decl->setDeclImplementation(impControl); in AddMethodToObjCObjectType()