Home
last modified time | relevance | path

Searched refs:isThisPointerExplicit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.h215 bool isThisPointerExplicit() const { in isThisPointerExplicit() function
H A DByteCodeEmitter.cpp62 (Func->hasThisPointer() && !Func->isThisPointerExplicit()); in compileFunc()
H A DInterp.cpp1696 if (F->isThisPointerExplicit()) in CallPtr()