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.cpp3504 bool HasImplicitThisParam = isInstanceMethod(D); in handleFormatAttr() local
3617 bool HasImplicitThisParam = isInstanceMethod(D); in handleCallbackAttr() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4707 bool HasImplicitThisParam = isInstanceMethod(D); variable