Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDItaniumMangle.cpp245 } FunctionTypeDepth; member in __anon8c37acbf0111::CXXNameMangler
2010 FunctionTypeDepthState saved = FunctionTypeDepth.push(); in mangleBareFunctionType()
2014 FunctionTypeDepth.enterResultType(); in mangleBareFunctionType()
2016 FunctionTypeDepth.leaveResultType(); in mangleBareFunctionType()
2023 FunctionTypeDepth.pop(saved); in mangleBareFunctionType()
2032 FunctionTypeDepth.pop(saved); in mangleBareFunctionType()
3171 assert(parmDepth < FunctionTypeDepth.getDepth()); in mangleFunctionParam()
3172 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth; in mangleFunctionParam()
3173 if (FunctionTypeDepth.isInResultType()) in mangleFunctionParam()