Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h175 bool HasThisQuals);
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1830 bool HasThisQuals) { in demangleFunctionType() argument
1833 if (HasThisQuals) { in demangleFunctionType()
1890 bool HasThisQuals = !(FC & (FC_Global | FC_Static)); in demangleFunctionEncoding() local
1891 FSN = demangleFunctionType(MangledName, HasThisQuals); in demangleFunctionEncoding()
/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp2549 bool IsStructor = false, HasThisQuals = ForceThisQuals, IsCtorClosure = false; in mangleFunctionType() local
2555 HasThisQuals = true; in mangleFunctionType()
2571 if (HasThisQuals) { in mangleFunctionType()