Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDItaniumMangle.cpp264 } FunctionTypeDepth; member in __anonfe46b3350111::CXXNameMangler
483 FunctionTypeDepthState Saved = FunctionTypeDepth.push(); in mangleFunctionEncoding()
498 FunctionTypeDepth.pop(Saved); in mangleFunctionEncoding()
2069 FunctionTypeDepthState saved = FunctionTypeDepth.push(); in mangleBareFunctionType()
2073 FunctionTypeDepth.enterResultType(); in mangleBareFunctionType()
2075 FunctionTypeDepth.leaveResultType(); in mangleBareFunctionType()
2082 FunctionTypeDepth.pop(saved); in mangleBareFunctionType()
2089 FunctionTypeDepth.pop(saved); in mangleBareFunctionType()
3435 assert(parmDepth < FunctionTypeDepth.getDepth()); in mangleFunctionParam()
3436 unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth; in mangleFunctionParam()
[all …]