Searched defs:impControl (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp341 const clang::ObjCMethodDecl::ImplementationControl impControl = clang::ObjCMethodDecl::None; local
384 impControl,
/external/clang/lib/AST/
H A DDeclObjC.cpp644 ImplementationControl impControl, bool HasRelatedResultType) {
648 impControl, HasRelatedResultType);
639 Create( ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
/external/lldb/source/Symbol/
H A DClangASTType.cpp4904 const ObjCMethodDecl::ImplementationControl impControl = ObjCMethodDecl::None; local
4919 impControl,
4939 const ObjCMethodDecl::ImplementationControl impControl = ObjCMethodDecl::None; local
4954 impControl,

Completed in 2776 milliseconds