Home
last modified time | relevance | path

Searched defs:IsInstance (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h59 bool IsInstance = false; variable
/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp283 char IsInstance = endian::readNext<uint8_t, llvm::endianness::little>(Data); ReadKey() local
362 auto IsInstance = endian::readNext<uint8_t, llvm::endianness::little>(Data); ReadKey() local
1887 lookupObjCProperty(ContextID CtxID,llvm::StringRef Name,bool IsInstance) lookupObjCProperty() argument
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1392 bool IsInstance = isInstanceMethod(); findPropertyDecl() local
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7046 SelectBestMethod(Selector Sel,MultiExprArg Args,bool IsInstance,SmallVectorImpl<ObjCMethodDecl * > & Methods) SelectBestMethod() argument