Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DRecursiveASTVisitorTest.cpp76 bool VisitParenExpr(ParenExpr *Parens) { in VisitParenExpr()
/external/clang/lib/Sema/
DSemaCast.cpp238 SourceRange AngleBrackets, SourceRange Parens) { in BuildCXXNamedCast()
DSemaTemplate.cpp3704 while (ParenExpr *Parens = dyn_cast<ParenExpr>(Arg)) { in CheckTemplateArgumentAddressOfObjectOrFunction() local
4010 while (ParenExpr *Parens = dyn_cast<ParenExpr>(Arg)) { in CheckTemplateArgumentPointerToMember() local
DSemaType.cpp3885 Parens, enumerator
DTreeTransform.h2610 SourceRange Parens = VIE->getSourceRange(); in TransformInitializer() local
2638 SourceRange Parens = Construct->getParenRange(); in TransformInitializer() local
/external/clang/lib/Parse/
DParseExprCXX.cpp2660 BalancedDelimiterTracker Parens(*this, tok::l_paren); in ParseTypeTrait() local