Home
last modified time | relevance | path

Searched refs:getLParenLoc (Results 1 – 21 of 21) sorted by relevance

/external/clang/include/clang/AST/
DTypeLoc.h881 SourceLocation getLParenLoc() const { in getLParenLoc() function
895 return SourceRange(getLParenLoc(), getRParenLoc()); in getLocalSourceRange()
1378 SourceLocation getLParenLoc() const { in getLParenLoc() function
1393 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
1461 SourceLocation getLParenLoc() const { return getLocalData()->LParenLoc; } in getLParenLoc() function
1479 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
1781 SourceLocation getLParenLoc() const { in getLParenLoc() function
1796 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
DExpr.h2485 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
2746 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() function
3235 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
4050 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
DExprObjC.h1513 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
DDeclObjC.h1789 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
DDeclCXX.h1885 SourceLocation getLParenLoc() const { return LParenLoc; }
DStmt.h1163 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
DExprCXX.h2853 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
/external/clang/lib/Analysis/
DReachableCode.cpp225 return CSC->getLParenLoc(); in GetUnreachableLoc()
238 return CSC->getLParenLoc(); in GetUnreachableLoc()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp170 Writer.AddSourceLocation(S->getLParenLoc(), Record); in VisitForStmt()
516 Writer.AddSourceLocation(E->getLParenLoc(), Record); in VisitObjCBridgedCastExpr()
584 Writer.AddSourceLocation(E->getLParenLoc(), Record); in VisitCStyleCastExpr()
591 Writer.AddSourceLocation(E->getLParenLoc(), Record); in VisitCompoundLiteralExpr()
695 Writer.AddSourceLocation(E->getLParenLoc(), Record); in VisitStmtExpr()
1344 Writer.AddSourceLocation(E->getLParenLoc(), Record); in VisitCXXUnresolvedConstructExpr()
DASTWriter.cpp506 Writer.AddSourceLocation(TL.getLParenLoc(), Record); in VisitTypeOfExprTypeLoc()
511 Writer.AddSourceLocation(TL.getLParenLoc(), Record); in VisitTypeOfTypeLoc()
520 Writer.AddSourceLocation(TL.getLParenLoc(), Record); in VisitUnaryTransformTypeLoc()
570 Writer.AddSourceLocation(TL.getLParenLoc(), Record); in VisitParenTypeLoc()
615 Writer.AddSourceLocation(TL.getLParenLoc(), Record); in VisitAtomicTypeLoc()
4324 AddSourceLocation(Init->getLParenLoc(), Record); in AddCXXCtorInitializers()
DASTWriterDecl.cpp576 Writer.AddSourceLocation(D->getLParenLoc(), Record); in VisitObjCPropertyDecl()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp215 TA.insertAfterToken(CCE->getLParenLoc(), bridge); in rewriteToBridgedCast()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp772 property->getLParenLoc(), readonlyLoc)) { in ActOnPropertyImplDecl()
1758 if (Property->getLParenLoc().isValid()) { in AtomicPropertySetterGetterRules()
1761 Property->getLParenLoc()); in AtomicPropertySetterGetterRules()
1777 SourceLocation endLoc = Property->getLParenLoc(); in AtomicPropertySetterGetterRules()
DTreeTransform.h4345 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()
4368 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()
4593 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType()
4886 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
5433 return getDerived().RebuildForStmt(S->getForLoc(), S->getLParenLoc(), in TransformForStmt()
6566 return getDerived().RebuildCStyleCastExpr(E->getLParenLoc(), in TransformCStyleCastExpr()
6593 return getDerived().RebuildCompoundLiteralExpr(E->getLParenLoc(), NewT, in TransformCompoundLiteralExpr()
6750 return getDerived().RebuildParenListExpr(E->getLParenLoc(), in TransformParenListExpr()
6790 return getDerived().RebuildStmtExpr(E->getLParenLoc(), in TransformStmtExpr()
8029 E->getLParenLoc(), in TransformCXXUnresolvedConstructExpr()
[all …]
DSemaExprObjC.cpp3041 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc()); in diagnoseARCUnbridgedCast()
DSemaChecking.cpp2747 SourceRange CastRange(CCast->getLParenLoc(), CCast->getRParenLoc()); in checkFormatExpr()
DSemaExpr.cpp4615 return ActOnParenExpr(E->getLParenLoc(), E->getRParenLoc(), Result.get()); in MaybeConvertParenListExprToParenExpr()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp2121 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes()
2244 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl()
3994 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr()
4389 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()
DRewriteModernObjC.cpp2132 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes()
2255 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl()
4660 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr()
5094 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()
/external/clang/lib/AST/
DExpr.cpp2018 Loc = cast<StmtExpr>(this)->getLParenLoc(); in isUnusedResultAWarning()
2052 Loc = CStyleCE->getLParenLoc(); in isUnusedResultAWarning()
DASTImporter.cpp3530 Importer.Import(D->getLParenLoc()), in VisitObjCPropertyDecl()
4106 Importer.Import(E->getLParenLoc()), in VisitCStyleCastExpr()