Home
last modified time | relevance | path

Searched defs:Delegate (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/CodeGenObjC/
H A Ddebug-info-ivars-private.m13 @interface Delegate : NSObject<Protocol> { interface
18 @interface Delegate(NSObject) interface in NSObject
22 @implementation Delegate(NSObject) implementation in NSObject
26 @implementation Delegate { implementation
/llvm-project/clang/test/Analysis/inlining/
H A DRetainCountExamples.m72 @interface Delegate : NSObject interface
88 @property (assign) Delegate* myDel; argument
115 + (void) test: (Delegate *)d {
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDeserializer.h55 explicit SymbolDeserializer(SymbolVisitorDelegate *Delegate, in SymbolDeserializer()
92 SymbolVisitorDelegate *Delegate; variable
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelChangeObserver.h110 MachineFunction::Delegate *Delegate; global() variable
/llvm-project/clang-tools-extra/clangd/
H A DFileDistance.cpp165 auto &Delegate = ByScheme[Scheme]; in forScheme() local
H A DParsedAST.cpp163 ReplayPreamble(std::vector<Inclusion> Includes, PPCallbacks *Delegate, in ReplayPreamble() argument
254 PPCallbacks *Delegate; member in clang::clangd::__anon68555b350111::ReplayPreamble
H A DXRefs.cpp1017 filterAndTraverse(DynTypedNode D,const Func & Delegate) filterAndTraverse() argument
/llvm-project/libc/test/src/__support/CPP/
H A Dtype_traits_test.cpp176 struct Delegate { global() struct
177 ptrLIBC_NAMESPACE::cpp::invoke_detail::Delegate global() argument
/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp470 for (const Record *Delegate : Delegates) { expandPrologue() local
/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp1195 auto Delegate = std::static_pointer_cast<lldb_private::ObjectFileJITDelegate>( GetJITModule() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp962 MachineInstr *Delegate = BuildMI(DelegateBB, RangeEnd->getDebugLoc(), addTryDelegate() local
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp146 RawCoverageFilenamesReader Delegate(toStringRef(StorageBuf), Filenames, in read() local