Searched defs:Parens (Results 1 - 4 of 4) sorted by relevance

/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestExprVisitor.cpp19 bool VisitParenExpr(ParenExpr *Parens) { argument
20 Match("", Parens->getExprLoc());
/external/clang/lib/Sema/
H A DSemaCast.cpp238 SourceRange AngleBrackets, SourceRange Parens) {
247 Op.OpRange = SourceRange(OpLoc, Parens.getEnd());
261 OpLoc, Parens.getEnd(),
273 OpLoc, Parens.getEnd(),
285 Parens.getEnd(),
298 OpLoc, Parens.getEnd(),
236 BuildCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, TypeSourceInfo *DestTInfo, Expr *E, SourceRange AngleBrackets, SourceRange Parens) argument
H A DSemaType.cpp1373 /// Parens and member pointers are permitted. We don't diagnose array and
4294 Parens, enumerator in enum:__anon1243::FunctionTypeUnwrapper::WrapKind
4313 Stack.push_back(Parens);
4374 case Parens: {
H A DTreeTransform.h2970 SourceRange Parens = VIE->getSourceRange(); local
2971 return getDerived().RebuildParenListExpr(Parens.getBegin(), None,
2972 Parens.getEnd());
3003 SourceRange Parens = Construct->getParenOrBraceRange();
3004 if (Parens.isInvalid()) {
3011 return getDerived().RebuildParenListExpr(Parens.getBegin(), NewArgs,
3012 Parens.getEnd());

Completed in 144 milliseconds