Home
last modified time | relevance | path

Searched defs:Parens (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp869 BalancedDelimiterTracker Parens(*this, tok::l_paren, in ParseOpenACCClauseParams() local
H A DParseExprCXX.cpp1053 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseLambdaIntroducer() local
3607 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseRequiresExpression() local
3942 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseTypeTrait() local
H A DParsePragma.cpp1704 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParsePragmaAttributeSubjectMatchRuleSet() local
1731 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParsePragmaAttributeSubjectMatchRuleSet() local
H A DParseExpr.cpp3975 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseAvailabilityCheckExpr() local
H A DParseDecl.cpp417 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseAttributeWithTypeArg() local
3379 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseBoundsAttribute() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp102 Parens, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h142 Parens, // ?R operator() enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp5015 int Parens = 0; in parseMacroCall() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp299 SourceRange AngleBrackets, SourceRange Parens) { in BuildCXXNamedCast()
H A DSemaTemplate.cpp6153 while (ParenExpr *Parens = dyn_cast<ParenExpr>(Arg)) { in CheckTemplateArgumentAddressOfObjectOrFunction() local
6376 while (ParenExpr *Parens = dyn_cast<ParenExpr>(Arg)) { in CheckTemplateArgumentPointerToMember() local
H A DSemaType.cpp6824 Parens, enumerator
H A DTreeTransform.h4195 SourceRange Parens = VIE->getSourceRange(); in TransformInitializer() local
4233 SourceRange Parens = Construct->getParenOrBraceRange(); in TransformInitializer() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2230 Parens, enumerator