Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDMicrosoftDemangle.h185 bool HasThisQuals);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Demangle/
HDMicrosoftDemangle.cpp1891 bool HasThisQuals) { in demangleFunctionType() argument
1894 if (HasThisQuals) { in demangleFunctionType()
1951 bool HasThisQuals = !(FC & (FC_Global | FC_Static)); in demangleFunctionEncoding() local
1952 FSN = demangleFunctionType(MangledName, HasThisQuals); in demangleFunctionEncoding()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.cpp2785 bool IsStructor = false, HasThisQuals = ForceThisQuals, IsCtorClosure = false; in mangleFunctionType() local
2791 HasThisQuals = true; in mangleFunctionType()
2807 if (HasThisQuals) { in mangleFunctionType()