Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDItaniumDemangle.h1743 NewExpr(NodeArray ExprList_, Node *Type_, NodeArray InitList_, bool IsGlobal_, in NewExpr() argument
1746 IsGlobal(IsGlobal_), IsArray(IsArray_) {} in NewExpr()
1780 DeleteExpr(Node *Op_, bool IsGlobal_, bool IsArray_) in DeleteExpr() argument
1781 : Node(KDeleteExpr), Op(Op_), IsGlobal(IsGlobal_), IsArray(IsArray_) {} in DeleteExpr()