Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h181 bool HasThisQuals);
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1890 bool HasThisQuals) { in demangleFunctionType() argument
1893 if (HasThisQuals) { in demangleFunctionType()
1950 bool HasThisQuals = !(FC & (FC_Global | FC_Static)); in demangleFunctionEncoding() local
1951 FSN = demangleFunctionType(MangledName, HasThisQuals); in demangleFunctionEncoding()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2785 bool IsStructor = false, HasThisQuals = ForceThisQuals, IsCtorClosure = false; in mangleFunctionType() local
2791 HasThisQuals = true; in mangleFunctionType()
2807 if (HasThisQuals) { in mangleFunctionType()