Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp102 Parens, enumerator
122 case UnaryNodeOperator::Parens: in toString()
157 case UnaryNodeOperator::Parens: in eval()
439 return std::make_shared<UnaryOperationStencil>(UnaryNodeOperator::Parens, in expression()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp644 BalancedDelimiterTracker Parens(*this, tok::l_paren, in ParseOpenACCClauseParams() local
648 if (Parens.expectAndConsume()) { in ParseOpenACCClauseParams()
762 return Parens.consumeClose(); in ParseOpenACCClauseParams()
764 if (!Parens.consumeOpen()) { in ParseOpenACCClauseParams()
790 Parens.consumeClose(); in ParseOpenACCClauseParams()
H A DParseExprCXX.cpp980 Parens.consumeOpen(); in ParseLambdaIntroducer()
986 Parens.skipToEnd(); in ParseLambdaIntroducer()
989 Parens.skipToEnd(); in ParseLambdaIntroducer()
992 Parens.consumeClose(); in ParseLambdaIntroducer()
3498 Parens.consumeOpen(); in ParseRequiresExpression()
3511 Parens.consumeClose(); in ParseRequiresExpression()
3829 if (Parens.expectAndConsume()) in ParseTypeTrait()
3837 Parens.skipToEnd(); in ParseTypeTrait()
3845 Parens.skipToEnd(); in ParseTypeTrait()
3854 if (Parens.consumeClose()) in ParseTypeTrait()
[all …]
H A DParsePragma.cpp1694 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParsePragmaAttributeSubjectMatchRuleSet() local
1696 if (Parens.expectAndConsume()) in ParsePragmaAttributeSubjectMatchRuleSet()
1698 } else if (Parens.consumeOpen()) { in ParsePragmaAttributeSubjectMatchRuleSet()
1721 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParsePragmaAttributeSubjectMatchRuleSet() local
1722 if (Parens.expectAndConsume()) in ParsePragmaAttributeSubjectMatchRuleSet()
1739 if (Parens.consumeClose()) in ParsePragmaAttributeSubjectMatchRuleSet()
1753 if (Parens.consumeClose()) in ParsePragmaAttributeSubjectMatchRuleSet()
H A DParseExpr.cpp3873 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseAvailabilityCheckExpr() local
3874 if (Parens.expectAndConsume()) in ParseAvailabilityCheckExpr()
3897 if (Parens.consumeClose()) in ParseAvailabilityCheckExpr()
3901 Parens.getCloseLocation()); in ParseAvailabilityCheckExpr()
H A DParseDecl.cpp363 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseAttributeWithTypeArg() local
364 Parens.consumeOpen(); in ParseAttributeWithTypeArg()
370 if (Parens.consumeClose()) in ParseAttributeWithTypeArg()
378 SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg()
381 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp303 SourceRange AngleBrackets, SourceRange Parens) { in BuildCXXNamedCast() argument
312 Op.OpRange = SourceRange(OpLoc, Parens.getEnd()); in BuildCXXNamedCast()
326 DestTInfo, OpLoc, Parens.getEnd(), AngleBrackets)); in BuildCXXNamedCast()
337 OpLoc, Parens.getEnd(), in BuildCXXNamedCast()
355 OpLoc, Parens.getEnd(), in BuildCXXNamedCast()
368 Parens.getEnd(), in BuildCXXNamedCast()
382 Parens.getEnd(), AngleBrackets)); in BuildCXXNamedCast()
H A DTreeTransform.h4113 SourceRange Parens = VIE->getSourceRange(); in TransformInitializer() local
4114 return getDerived().RebuildParenListExpr(Parens.getBegin(), std::nullopt, in TransformInitializer()
4115 Parens.getEnd()); in TransformInitializer()
4150 SourceRange Parens = Construct->getParenOrBraceRange(); in TransformInitializer() local
4151 if (Parens.isInvalid()) { in TransformInitializer()
4158 return getDerived().RebuildParenListExpr(Parens.getBegin(), NewArgs, in TransformInitializer()
4159 Parens.getEnd()); in TransformInitializer()
H A DSemaTemplate.cpp6876 while (ParenExpr *Parens = dyn_cast<ParenExpr>(Arg)) { in CheckTemplateArgumentAddressOfObjectOrFunction() local
6886 Arg = Parens->getSubExpr(); in CheckTemplateArgumentAddressOfObjectOrFunction()
7099 while (ParenExpr *Parens = dyn_cast<ParenExpr>(Arg)) { in CheckTemplateArgumentPointerToMember() local
7109 Arg = Parens->getSubExpr(); in CheckTemplateArgumentPointerToMember()
H A DSemaExprCXX.cpp2014 InitStyle = CXXNewInitializationStyle::Parens; in BuildCXXNew()
2026 assert(InitStyle == CXXNewInitializationStyle::Parens && in BuildCXXNew()
2043 case CXXNewInitializationStyle::Parens: in BuildCXXNew()
H A DSemaType.cpp7241 Parens, enumerator
7262 Stack.push_back(Parens); in FunctionTypeUnwrapper()
7336 case Parens: { in wrap()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h142 Parens, // ?R operator() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp283 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Parens, "operator()"); in output()
H A DMicrosoftDemangle.cpp592 IFK::Parens, // ?R operator() in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp4898 int Parens = 0; in parseMacroCall() local
4902 ++Parens; in parseMacroCall()
4906 if (Parens > 0) { in parseMacroCall()
4907 --Parens; in parseMacroCall()
4917 if (Parens > 0) { in parseMacroCall()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1363 case CXXNewInitializationStyle::Parens: in VisitCXXNewExpr()
H A DExprCXX.cpp222 case CXXNewInitializationStyle::Parens: in CXXNewExpr()
H A DStmtPrinter.cpp2304 bool Bare = InitStyle == CXXNewInitializationStyle::Parens && in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2214 Parens, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6721 SourceRange Parens);