Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h58 bool IsInstance = false; global() variable
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp283 char IsInstance = endian::readNext<uint8_t, llvm::endianness::little>(Data); in ReadKey() local
362 auto IsInstance = endian::readNext<uint8_t, llvm::endianness::little>(Data); in ReadKey() local
1992 bool IsInstance) in lookupObjCProperty()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1392 bool IsInstance = isInstanceMethod(); in findPropertyDecl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7037 Sema::SelectBestMethod(Selector Sel, MultiExprArg Args, bool IsInstance, in SelectBestMethod()