Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h57 bool IsInstance = false; variable
62 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
65 bool isInstance() const { return IsInstance; } in isInstance()
68 assert(!IsInstance && "Not a Pass ID"); in getID()
73 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1311 bool IsInstance = isInstanceMethod(); in findPropertyDecl() local
1317 if (IsInstance) { in findPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h422 bool isInstanceMethod() const { return ObjCMethodDeclBits.IsInstance; } in isInstanceMethod()
424 ObjCMethodDeclBits.IsInstance = isInst; in setInstanceMethod()
H A DDeclBase.h1565 uint64_t IsInstance : 1; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3603 bool IsInstance,
8193 bool IsInstance);
8195 bool IsInstance);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp6188 Sema::SelectBestMethod(Selector Sel, MultiExprArg Args, bool IsInstance, in SelectBestMethod() argument