/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 171 Writer.AddSourceLocation(S->getLParenLoc(), Record); in VisitForStmt() 581 Writer.AddSourceLocation(E->getLParenLoc(), Record); in VisitObjCBridgedCastExpr() 654 Writer.AddSourceLocation(E->getLParenLoc(), Record); in VisitCStyleCastExpr() 661 Writer.AddSourceLocation(E->getLParenLoc(), Record); in VisitCompoundLiteralExpr() 766 Writer.AddSourceLocation(E->getLParenLoc(), Record); in VisitStmtExpr() 1240 Writer.AddSourceLocation(E->getLParenLoc(), Record); in VisitCXXFunctionalCastExpr() 1444 Writer.AddSourceLocation(E->getLParenLoc(), Record); in VisitCXXUnresolvedConstructExpr() 1710 Writer->Writer.AddSourceLocation(C->getLParenLoc(), Record); in VisitOMPIfClause() 1715 Writer->Writer.AddSourceLocation(C->getLParenLoc(), Record); in VisitOMPFinalClause() 1720 Writer->Writer.AddSourceLocation(C->getLParenLoc(), Record); in VisitOMPNumThreadsClause() [all …]
|
D | ASTWriter.cpp | 532 Writer.AddSourceLocation(TL.getLParenLoc(), Record); in VisitFunctionTypeLoc() 552 Writer.AddSourceLocation(TL.getLParenLoc(), Record); in VisitTypeOfExprTypeLoc() 557 Writer.AddSourceLocation(TL.getLParenLoc(), Record); in VisitTypeOfTypeLoc() 566 Writer.AddSourceLocation(TL.getLParenLoc(), Record); in VisitUnaryTransformTypeLoc() 616 Writer.AddSourceLocation(TL.getLParenLoc(), Record); in VisitParenTypeLoc() 661 Writer.AddSourceLocation(TL.getLParenLoc(), Record); in VisitAtomicTypeLoc() 5602 AddSourceLocation(Init->getLParenLoc(), Record); in AddCXXCtorInitializers()
|
D | ASTWriterDecl.cpp | 681 Writer.AddSourceLocation(D->getLParenLoc(), Record); in VisitObjCPropertyDecl()
|
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 943 SourceLocation getLParenLoc() const { in getLParenLoc() function 957 return SourceRange(getLParenLoc(), getRParenLoc()); in getLocalSourceRange() 1192 SourceLocation getLParenLoc() const { in getLParenLoc() function 1207 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 1512 SourceLocation getLParenLoc() const { in getLParenLoc() function 1527 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 1597 SourceLocation getLParenLoc() const { return getLocalData()->LParenLoc; } in getLParenLoc() function 1615 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 1921 SourceLocation getLParenLoc() const { in getLParenLoc() function 1936 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
|
D | OpenMPClause.h | 134 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 187 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 240 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 294 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 350 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 406 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 472 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 543 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 635 SourceLocation getLParenLoc() { return LParenLoc; } in getLParenLoc() function
|
D | Expr.h | 2622 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 2882 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() function 3417 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 4324 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
|
D | ExprObjC.h | 1556 SourceLocation getLParenLoc() const { return LParenLoc; }
|
D | ExprCXX.h | 1267 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 2888 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
|
D | DeclObjC.h | 2259 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
|
D | DeclCXX.h | 2100 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
|
D | Stmt.h | 1188 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 4683 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType() 4808 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType() 4888 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType() 4911 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType() 5137 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType() 5428 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType() 6000 return getDerived().RebuildForStmt(S->getForLoc(), S->getLParenLoc(), in TransformForStmt() 6942 C->getLParenLoc(), C->getLocEnd()); in TransformOMPIfClause() 6951 C->getLParenLoc(), C->getLocEnd()); in TransformOMPFinalClause() 6961 NumThreads.get(), C->getLocStart(), C->getLParenLoc(), C->getLocEnd()); in TransformOMPNumThreadsClause() [all …]
|
D | SemaObjCProperty.cpp | 879 property->getLParenLoc(), readonlyLoc)) { in ActOnPropertyImplDecl() 1810 if (Property->getLParenLoc().isValid()) { in AtomicPropertySetterGetterRules() 1813 Property->getLParenLoc()); in AtomicPropertySetterGetterRules() 1829 SourceLocation endLoc = Property->getLParenLoc(); in AtomicPropertySetterGetterRules()
|
D | SemaExprObjC.cpp | 3833 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc()); in diagnoseARCUnbridgedCast()
|
D | SemaType.cpp | 3801 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
|
D | SemaExpr.cpp | 5523 LiteralLParenLoc = PE->getLParenLoc(); in BuildVectorLiteral() 5608 return ActOnParenExpr(E->getLParenLoc(), E->getRParenLoc(), Result.get()); in MaybeConvertParenListExprToParenExpr()
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 548 return CSC->getLParenLoc(); in GetUnreachableLoc() 561 return CSC->getLParenLoc(); in GetUnreachableLoc()
|
/external/clang/unittests/AST/ |
D | SourceLocationTest.cpp | 233 return SourceRange(T.getLParenLoc(), T.getRParenLoc()); in getRange()
|
/external/clang/lib/ARCMigrate/ |
D | TransUnbridgedCasts.cpp | 232 TA.insertAfterToken(CCE->getLParenLoc(), bridge); in rewriteToBridgedCast()
|
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 1694 if (Node->getLParenLoc().isValid()) in VisitCXXFunctionalCastExpr() 1697 if (Node->getLParenLoc().isValid()) in VisitCXXFunctionalCastExpr()
|
D | Expr.cpp | 2266 Loc = cast<StmtExpr>(this)->getLParenLoc(); in isUnusedResultAWarning() 2301 Loc = CStyleCE->getLParenLoc(); in isUnusedResultAWarning()
|
D | ASTImporter.cpp | 3831 Importer.Import(D->getLParenLoc()), in VisitObjCPropertyDecl() 4606 Importer.Import(E->getLParenLoc()), in VisitCStyleCastExpr()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2084 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 2207 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl() 3913 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr() 4306 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()
|
D | RewriteModernObjC.cpp | 2192 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 2319 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl() 4818 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr() 5250 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1291 SourceLocation getLParenLoc() const { in getLParenLoc() function
|