HomeSort by: relevance | last modified time | path
    Searched defs:isInstance (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetPassConfig.h 58 bool IsInstance = false;
63 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {}
66 bool isInstance() const { return IsInstance; }
69 assert(!IsInstance && "Not a Pass ID");
74 assert(IsInstance && "Not a Pass Instance");
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 1974 bool isInstance() const { return !isStatic(); }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 4657 bool isInstance = Method->isInstanceMethod();
4685 if (auto *IMD = IDecl->getMethod(Sel, isInstance))
4689 if (auto *IMD = IDecl->getImplementation()->getMethod(Sel, isInstance))
4693 if (auto *IMD = Cat->getMethod(Sel, isInstance))
4697 if (auto *IMD = Cat->getMethod(Sel, isInstance))
5265 Method = IDecl->lookupMethod(Method->getSelector(), /*isInstance=*/true,
SemaExpr.cpp 2151 bool isInstance = CurMethod && CurMethod->isInstance() &&
2170 if (isInstance) {
5699 if (Method->isInstance())
11154 /*IsInstance=*/true);
11163 /*IsInstance=*/true);
14882 return Method->isInstance();
14893 if (Method->isInstance())
19016 cast<CXXMethodDecl>(VD)->isInstance()))
19352 if (MD->isInstance()) {
    [all...]

Completed in 56 milliseconds