Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DFunction.cpp21 bool HasThisPointer, bool HasRVO) in Function() argument
24 HasThisPointer(HasThisPointer), HasRVO(HasRVO) {} in Function()
H A DFunction.h136 bool hasThisPointer() const { return HasThisPointer; } in hasThisPointer()
148 bool HasThisPointer, bool HasRVO);
194 bool HasThisPointer = false; variable
H A DByteCodeEmitter.cpp51 bool HasThisPointer = false; in compileFunc() local
54 HasThisPointer = true; in compileFunc()
72 std::move(ParamDescriptors), HasThisPointer, HasRVO); in compileFunc()