Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DTargetPassConfig.h53 bool IsInstance; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetPassConfig.h57 bool IsInstance = false; variable
/external/clang/lib/AST/
DDeclObjC.cpp1240 bool IsInstance = isInstanceMethod(); in findPropertyDecl() local
/external/clang/include/clang/AST/
DDeclObjC.h123 unsigned IsInstance : 1; variable
/external/clang/lib/Sema/
DSemaOverload.cpp5864 Sema::SelectBestMethod(Selector Sel, MultiExprArg Args, bool IsInstance, in SelectBestMethod()