Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp891 FunctionType *demangleFunctionType(StringView &MangledName, bool HasThisQuals,
1626 bool HasThisQuals, in demangleFunctionType() argument
1632 if (HasThisQuals) { in demangleFunctionType()
1657 bool HasThisQuals = !(FC & (Global | Static)); in demangleFunctionEncoding() local
1658 FunctionType *FTy = demangleFunctionType(MangledName, HasThisQuals, false); in demangleFunctionEncoding()
/external/clang/lib/AST/
DMicrosoftMangle.cpp1804 bool IsStructor = false, HasThisQuals = ForceThisQuals, IsCtorClosure = false; in mangleFunctionType() local
1810 HasThisQuals = true; in mangleFunctionType()
1826 if (HasThisQuals) { in mangleFunctionType()