Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h177 bool HasThisQuals);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1831 bool HasThisQuals) { in demangleFunctionType() argument
1834 if (HasThisQuals) { in demangleFunctionType()
1891 bool HasThisQuals = !(FC & (FC_Global | FC_Static)); in demangleFunctionEncoding() local
1892 FSN = demangleFunctionType(MangledName, HasThisQuals); in demangleFunctionEncoding()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp2512 bool IsStructor = false, HasThisQuals = ForceThisQuals, IsCtorClosure = false; in mangleFunctionType() local
2518 HasThisQuals = true; in mangleFunctionType()
2534 if (HasThisQuals) { in mangleFunctionType()