Home
last modified time | relevance | path

Searched defs:HasImplicitThisParam (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3964 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttrCommon() local
4105 bool HasImplicitThisParam = isInstanceMethod(D); in handleCallbackAttr() local
4289 bool HasImplicitThisParam = isInstanceMethod(FD); in LazyProcessLifetimeCaptureByParams() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5102 bool HasImplicitThisParam = isInstanceMethod(D); variable