HomeSort by: relevance | last modified time | path
    Searched refs:Parens (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
Stencil.cpp 61 Parens,
122 case UnaryNodeOperator::Parens:
229 case UnaryNodeOperator::Parens:
406 UnaryNodeOperator::Parens, std::string(Id));
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp 976 BalancedDelimiterTracker Parens(*this, tok::l_paren);
977 Parens.consumeOpen();
984 Parens.skipToEnd();
987 Parens.skipToEnd();
990 Parens.consumeClose();
991 Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(),
992 Parens.getCloseLocation(),
3373 BalancedDelimiterTracker Parens(*this, tok::l_paren);
3374 Parens.consumeOpen();
3387 Parens.consumeClose()
    [all...]
ParsePragma.cpp 1389 BalancedDelimiterTracker Parens(*this, tok::l_paren);
1391 if (Parens.expectAndConsume())
1393 } else if (Parens.consumeOpen()) {
1416 BalancedDelimiterTracker Parens(*this, tok::l_paren);
1417 if (Parens.expectAndConsume())
1434 if (Parens.consumeClose())
1448 if (Parens.consumeClose())
ParseExpr.cpp 2886 // parens, so we defer to ParseCXXAmbiguousParenExpression for that.
3641 BalancedDelimiterTracker Parens(*this, tok::l_paren);
3642 if (Parens.expectAndConsume())
3665 if (Parens.consumeClose())
3669 Parens.getCloseLocation());
ParseDecl.cpp 228 // recursively consumes balanced parens.
231 // Consume everything up to and including the matching right parens.
333 BalancedDelimiterTracker Parens(*this, tok::l_paren);
334 Parens.consumeOpen();
340 if (Parens.consumeClose())
348 SourceRange(AttrNameLoc, Parens.getCloseLocation()),
351 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()),
3359 // Eat the parens and everything between them.
6071 // An identifier within parens is unlikely to be intended to be anything
6132 // The grammar for abstract-pack-declarator does not allow grouping parens
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 289 SourceRange AngleBrackets, SourceRange Parens) {
298 Op.OpRange = SourceRange(OpLoc, Parens.getEnd());
312 DestTInfo, OpLoc, Parens.getEnd(), AngleBrackets));
323 OpLoc, Parens.getEnd(),
341 OpLoc, Parens.getEnd(),
354 Parens.getEnd(),
368 Parens.getEnd(), AngleBrackets));
TreeTransform.h 3845 // Revert value-initialization back to empty parens.
3847 SourceRange Parens = VIE->getSourceRange();
3848 return getDerived().RebuildParenListExpr(Parens.getBegin(), None,
3849 Parens.getEnd());
3884 SourceRange Parens = Construct->getParenOrBraceRange();
3885 if (Parens.isInvalid()) {
3889 "no parens or braces but have direct init with arguments?");
3892 return getDerived().RebuildParenListExpr(Parens.getBegin(), NewArgs,
3893 Parens.getEnd());
10516 // Notably, there must be *exactly* one set of parens if X is a type
    [all...]
SemaTemplate.cpp 6466 while (ParenExpr *Parens = dyn_cast<ParenExpr>(Arg)) {
6476 Arg = Parens->getSubExpr();
6682 while (ParenExpr *Parens = dyn_cast<ParenExpr>(Arg)) {
6692 Arg = Parens->getSubExpr();
SemaType.cpp 401 // First, look inwards past parens for a function declarator.
2024 /// Parens and member pointers are permitted. We don't diagnose array and
2987 // Ignore parens.
3175 // Just parens all the way out to the decl specifiers. Diagnose any qualifiers
3674 // parens around the first parameter to turn the declaration into a
3679 // FIXME: Maybe we should suggest adding braces instead of parens
3686 // the parens with an initializer to turn the declaration into a variable
3690 // Empty parens mean value-initialization, and no parens mean
3761 // redundant-parens warning, but we don't know whether the functio
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 142 Parens, // ?R operator()
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangleNodes.cpp 282 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Parens, "operator()");
MicrosoftDemangle.cpp 565 IFK::Parens, // ?R operator()
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4304 // Check if there is an explicit attribute, but only look through parens.
5376 /// This provides the location of the left/right parens and a list of comma
6057 SourceRange Parens);

Completed in 96 milliseconds