Home
last modified time | relevance | path

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

12

/external/clang/lib/Serialization/
DASTWriterStmt.cpp183 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 …]
DASTWriter.cpp573 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()
DASTWriterDecl.cpp781 Record.AddSourceLocation(D->getLParenLoc()); in VisitObjCPropertyDecl()
/external/clang/include/clang/AST/
DOpenMPClause.h179 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 …]
DTypeLoc.h1025 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()
DExpr.h2595 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
DExprObjC.h1543 SourceLocation getLParenLoc() const { return LParenLoc; }
DExprCXX.h1423 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
3067 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
DStmt.h1202 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
DDeclCXX.h2126 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
DDeclObjC.h776 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
/external/clang/lib/Sema/
DTreeTransform.h5014 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 …]
DSemaObjCProperty.cpp980 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()
DSemaExprObjC.cpp4133 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc()); in diagnoseARCUnbridgedCast()
DSemaType.cpp5089 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
DSemaExpr.cpp6019 LiteralLParenLoc = PE->getLParenLoc(); in BuildVectorLiteral()
6104 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/lib/ARCMigrate/
DTransUnbridgedCasts.cpp232 TA.insertAfterToken(CCE->getLParenLoc(), bridge); in rewriteToBridgedCast()
/external/clang/unittests/AST/
DSourceLocationTest.cpp233 return SourceRange(T.getLParenLoc(), T.getRParenLoc()); in getRange()
/external/clang/lib/AST/
DASTImporter.cpp4226 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 …]
DStmtPrinter.cpp2007 if (Node->getLParenLoc().isValid()) in VisitCXXFunctionalCastExpr()
2010 if (Node->getLParenLoc().isValid()) in VisitCXXFunctionalCastExpr()
DExpr.cpp2153 Loc = cast<StmtExpr>(this)->getLParenLoc(); in isUnusedResultAWarning()
2188 Loc = CStyleCE->getLParenLoc(); in isUnusedResultAWarning()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2081 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes()
2204 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl()
3886 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr()
4274 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()
DRewriteModernObjC.cpp2166 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/
DDeclSpec.h1336 SourceLocation getLParenLoc() const { in getLParenLoc() function

12