Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h177 bool HasThisQuals);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1878 bool HasThisQuals) { in demangleFunctionType() argument
1881 if (HasThisQuals) { in demangleFunctionType()
1938 bool HasThisQuals = !(FC & (FC_Global | FC_Static)); in demangleFunctionEncoding() local
1939 FSN = demangleFunctionType(MangledName, HasThisQuals); in demangleFunctionEncoding()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2680 bool IsStructor = false, HasThisQuals = ForceThisQuals, IsCtorClosure = false; in mangleFunctionType() local
2686 HasThisQuals = true; in mangleFunctionType()
2702 if (HasThisQuals) { in mangleFunctionType()