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

/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp75 bool VisitParenExpr(ParenExpr *Parens) { argument
76 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()));
272 OpLoc, Parens.getEnd()));
283 Parens.getEnd()));
295 OpLoc, Parens.getEnd()));
236 BuildCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, TypeSourceInfo *DestTInfo, Expr *E, SourceRange AngleBrackets, SourceRange Parens) argument
H A DSemaType.cpp3699 Parens, enumerator in enum:__anon257::FunctionTypeUnwrapper::WrapKind
3718 Stack.push_back(Parens);
3779 case Parens: {

Completed in 131 milliseconds