/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 183 Record.AddSourceLocation(S->getLParenLoc()); in VisitForStmt() 625 Record.AddSourceLocation(E->getLParenLoc()); in VisitObjCBridgedCastExpr() 698 Record.AddSourceLocation(E->getLParenLoc()); in VisitCStyleCastExpr() 705 Record.AddSourceLocation(E->getLParenLoc()); in VisitCompoundLiteralExpr() 821 Record.AddSourceLocation(E->getLParenLoc()); in VisitStmtExpr() 1305 Record.AddSourceLocation(E->getLParenLoc()); in VisitCXXFunctionalCastExpr() 1507 Record.AddSourceLocation(E->getLParenLoc()); in VisitCXXUnresolvedConstructExpr() 1802 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPIfClause() 1807 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPFinalClause() 1812 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPNumThreadsClause() [all …]
|
D | ASTWriter.cpp | 573 Record.AddSourceLocation(TL.getLParenLoc()); in VisitFunctionTypeLoc() 593 Record.AddSourceLocation(TL.getLParenLoc()); in VisitTypeOfExprTypeLoc() 598 Record.AddSourceLocation(TL.getLParenLoc()); in VisitTypeOfTypeLoc() 607 Record.AddSourceLocation(TL.getLParenLoc()); in VisitUnaryTransformTypeLoc() 657 Record.AddSourceLocation(TL.getLParenLoc()); in VisitParenTypeLoc() 706 Record.AddSourceLocation(TL.getLParenLoc()); in VisitAtomicTypeLoc() 5452 Writer.AddSourceLocation(Init->getLParenLoc()); in EmitCXXCtorInitializers()
|
D | ASTWriterDecl.cpp | 781 Record.AddSourceLocation(D->getLParenLoc()); in VisitObjCPropertyDecl()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 179 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 252 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 313 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 367 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 423 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 478 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 534 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 600 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 673 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 836 SourceLocation getLParenLoc() { return LParenLoc; } in getLParenLoc() function [all …]
|
D | TypeLoc.h | 1025 SourceLocation getLParenLoc() const { in getLParenLoc() function 1039 return SourceRange(getLParenLoc(), getRParenLoc()); in getLocalSourceRange() 1274 SourceLocation getLParenLoc() const { in getLParenLoc() function 1289 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 1594 SourceLocation getLParenLoc() const { in getLParenLoc() function 1609 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 1679 SourceLocation getLParenLoc() const { return getLocalData()->LParenLoc; } in getLParenLoc() function 1697 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange() 2003 SourceLocation getLParenLoc() const { in getLParenLoc() function 2018 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
|
D | Expr.h | 2595 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 2860 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() function 3403 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 4368 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
|
D | ExprObjC.h | 1543 SourceLocation getLParenLoc() const { return LParenLoc; }
|
D | ExprCXX.h | 1423 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function 3067 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
|
D | Stmt.h | 1202 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
|
D | DeclCXX.h | 2126 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
|
D | DeclObjC.h | 776 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 5014 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType() 5139 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType() 5219 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType() 5242 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType() 5468 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType() 5790 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType() 6436 return getDerived().RebuildForStmt(S->getForLoc(), S->getLParenLoc(), in TransformForStmt() 7638 C->getNameModifier(), Cond.get(), C->getLocStart(), C->getLParenLoc(), in TransformOMPIfClause() 7648 C->getLParenLoc(), C->getLocEnd()); in TransformOMPFinalClause() 7658 NumThreads.get(), C->getLocStart(), C->getLParenLoc(), C->getLocEnd()); in TransformOMPNumThreadsClause() [all …]
|
D | SemaObjCProperty.cpp | 980 property->getLParenLoc(), readonlyLoc)) { in ActOnPropertyImplDecl() 2011 if (Property->getLParenLoc().isValid() && in AtomicPropertySetterGetterRules() 2015 getLocForEndOfToken(Property->getLParenLoc()); in AtomicPropertySetterGetterRules() 2021 } else if (Property->getLParenLoc().isInvalid()) { in AtomicPropertySetterGetterRules()
|
D | SemaExprObjC.cpp | 4133 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc()); in diagnoseARCUnbridgedCast()
|
D | SemaType.cpp | 5089 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
|
D | SemaExpr.cpp | 6019 LiteralLParenLoc = PE->getLParenLoc(); in BuildVectorLiteral() 6104 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/lib/ARCMigrate/ |
D | TransUnbridgedCasts.cpp | 232 TA.insertAfterToken(CCE->getLParenLoc(), bridge); in rewriteToBridgedCast()
|
/external/clang/unittests/AST/ |
D | SourceLocationTest.cpp | 233 return SourceRange(T.getLParenLoc(), T.getRParenLoc()); in getRange()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 4226 Importer.Import(D->getLParenLoc()), in VisitObjCPropertyDecl() 5103 SourceLocation ToLParenLoc = Importer.Import(S->getLParenLoc()); in VisitForStmt() 5536 Importer.Import(E->getLParenLoc()), TInfo, T, E->getValueKind(), in VisitCompoundLiteralExpr() 5588 Importer.getToContext(), Importer.Import(E->getLParenLoc()), in VisitParenListExpr() 5589 Exprs, Importer.Import(E->getLParenLoc())); in VisitParenListExpr() 5603 Importer.Import(E->getLParenLoc()), Importer.Import(E->getRParenLoc())); in VisitStmtExpr() 5810 Importer.Import(E->getLParenLoc()), in VisitCStyleCastExpr() 6451 ToContext, ToTInfo, From->isBaseVirtual(), Import(From->getLParenLoc()), in Import() 6463 Import(From->getLParenLoc()), ToExpr, Import(From->getRParenLoc())); in Import() 6472 Import(From->getLParenLoc()), ToExpr, Import(From->getRParenLoc())); in Import() [all …]
|
D | StmtPrinter.cpp | 2007 if (Node->getLParenLoc().isValid()) in VisitCXXFunctionalCastExpr() 2010 if (Node->getLParenLoc().isValid()) in VisitCXXFunctionalCastExpr()
|
D | Expr.cpp | 2153 Loc = cast<StmtExpr>(this)->getLParenLoc(); in isUnusedResultAWarning() 2188 Loc = CStyleCE->getLParenLoc(); in isUnusedResultAWarning()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 2081 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 2204 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl() 3886 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr() 4274 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()
|
D | RewriteModernObjC.cpp | 2166 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes() 2293 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl() 4727 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr() 5152 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1336 SourceLocation getLParenLoc() const { in getLParenLoc() function
|