Searched defs:Parens (Results 1 - 4 of 4) sorted by relevance
/external/clang/unittests/Tooling/ |
H A D | RecursiveASTVisitorTest.cpp | 76 bool VisitParenExpr(ParenExpr *Parens) { argument 77 Match("", Parens->getExprLoc());
|
/external/clang/lib/Sema/ |
H A D | SemaCast.cpp | 238 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 D | SemaType.cpp | 3885 Parens, enumerator in enum:__anon3946::FunctionTypeUnwrapper::WrapKind 3904 Stack.push_back(Parens); 3965 case Parens: {
|
H A D | TreeTransform.h | 2610 SourceRange Parens = VIE->getSourceRange(); local 2611 return getDerived().RebuildParenListExpr(Parens.getBegin(), MultiExprArg(), 2612 Parens.getEnd()); 2638 SourceRange Parens = Construct->getParenRange(); 2639 return getDerived().RebuildParenListExpr(Parens.getBegin(), NewArgs, 2640 Parens.getEnd());
|
Completed in 147 milliseconds