Home
last modified time | relevance | path

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

12

/external/clang/lib/Serialization/
DASTWriterStmt.cpp171 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 …]
DASTWriter.cpp532 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()
DASTWriterDecl.cpp681 Writer.AddSourceLocation(D->getLParenLoc(), Record); in VisitObjCPropertyDecl()
/external/clang/include/clang/AST/
DTypeLoc.h943 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()
DOpenMPClause.h134 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
DExpr.h2622 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
DExprObjC.h1556 SourceLocation getLParenLoc() const { return LParenLoc; }
DExprCXX.h1267 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
2888 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
DDeclObjC.h2259 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
DDeclCXX.h2100 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
DStmt.h1188 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
/external/clang/lib/Sema/
DTreeTransform.h4683 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 …]
DSemaObjCProperty.cpp879 property->getLParenLoc(), readonlyLoc)) { in ActOnPropertyImplDecl()
1810 if (Property->getLParenLoc().isValid()) { in AtomicPropertySetterGetterRules()
1813 Property->getLParenLoc()); in AtomicPropertySetterGetterRules()
1829 SourceLocation endLoc = Property->getLParenLoc(); in AtomicPropertySetterGetterRules()
DSemaExprObjC.cpp3833 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc()); in diagnoseARCUnbridgedCast()
DSemaType.cpp3801 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
DSemaExpr.cpp5523 LiteralLParenLoc = PE->getLParenLoc(); in BuildVectorLiteral()
5608 return ActOnParenExpr(E->getLParenLoc(), E->getRParenLoc(), Result.get()); in MaybeConvertParenListExprToParenExpr()
/external/clang/lib/Analysis/
DReachableCode.cpp548 return CSC->getLParenLoc(); in GetUnreachableLoc()
561 return CSC->getLParenLoc(); in GetUnreachableLoc()
/external/clang/unittests/AST/
DSourceLocationTest.cpp233 return SourceRange(T.getLParenLoc(), T.getRParenLoc()); in getRange()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp232 TA.insertAfterToken(CCE->getLParenLoc(), bridge); in rewriteToBridgedCast()
/external/clang/lib/AST/
DStmtPrinter.cpp1694 if (Node->getLParenLoc().isValid()) in VisitCXXFunctionalCastExpr()
1697 if (Node->getLParenLoc().isValid()) in VisitCXXFunctionalCastExpr()
DExpr.cpp2266 Loc = cast<StmtExpr>(this)->getLParenLoc(); in isUnusedResultAWarning()
2301 Loc = CStyleCE->getLParenLoc(); in isUnusedResultAWarning()
DASTImporter.cpp3831 Importer.Import(D->getLParenLoc()), in VisitObjCPropertyDecl()
4606 Importer.Import(E->getLParenLoc()), in VisitCStyleCastExpr()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2084 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes()
2207 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl()
3913 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr()
4306 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()
DRewriteModernObjC.cpp2192 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/
DDeclSpec.h1291 SourceLocation getLParenLoc() const { in getLParenLoc() function

12