Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp411 addSourceLocation(TL.getLParenLoc()); in VisitFunctionTypeLoc()
450 addSourceLocation(TL.getLParenLoc()); in VisitTypeOfExprTypeLoc()
456 addSourceLocation(TL.getLParenLoc()); in VisitTypeOfTypeLoc()
468 addSourceLocation(TL.getLParenLoc()); in VisitUnaryTransformTypeLoc()
543 addSourceLocation(TL.getLParenLoc()); in VisitParenTypeLoc()
606 addSourceLocation(TL.getLParenLoc()); in VisitAtomicTypeLoc()
6533 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPIfClause()
6539 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPFinalClause()
6545 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPNumThreadsClause()
6550 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPSafelenClause()
[all …]
H A DASTWriterStmt.cpp223 Record.AddSourceLocation(S->getLParenLoc()); in VisitIfStmt()
248 Record.AddSourceLocation(S->getLParenLoc()); in VisitSwitchStmt()
269 Record.AddSourceLocation(S->getLParenLoc()); in VisitWhileStmt()
292 Record.AddSourceLocation(S->getLParenLoc()); in VisitForStmt()
573 Record.AddSourceLocation(E->getLParenLoc()); in VisitRequiresExpr()
796 Record.AddSourceLocation(E->getLParenLoc()); in VisitParenListExpr()
904 Record.AddSourceLocation(E->getLParenLoc()); in VisitOMPArrayShapingExpr()
913 Record.AddSourceLocation(E->getLParenLoc()); in VisitOMPIteratorExpr()
1033 Record.AddSourceLocation(E->getLParenLoc()); in VisitObjCBridgedCastExpr()
1131 Record.AddSourceLocation(E->getLParenLoc()); in VisitCStyleCastExpr()
[all …]
H A DASTWriterDecl.cpp935 Record.AddSourceLocation(D->getLParenLoc()); in VisitObjCPropertyDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6184 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType()
6312 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType()
6419 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()
6443 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()
6690 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType()
7153 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
9805 C->getLParenLoc(), C->getEndLoc()); in TransformOMPDefaultClause()
9813 C->getLParenLoc(), C->getEndLoc()); in TransformOMPProcBindClause()
10097 C->getLParenLoc(), C->getEndLoc()); in TransformOMPSeverityClause()
10154 C->getLParenLoc(), C->getEndLoc()); in TransformOMPLastprivateClause()
[all …]
H A DSemaObjCProperty.cpp1159 property->getLParenLoc(), readonlyLoc)) { in ActOnPropertyImplDecl()
2231 if (Property->getLParenLoc().isValid() && in AtomicPropertySetterGetterRules()
2235 getLocForEndOfToken(Property->getLParenLoc()); in AtomicPropertySetterGetterRules()
2241 } else if (Property->getLParenLoc().isInvalid()) { in AtomicPropertySetterGetterRules()
H A DSemaTemplateInstantiateDecl.cpp3572 NewE.get(), AC->getBeginLoc(), AC->getLParenLoc(), AC->getEndLoc()); in VisitOMPAllocateDecl()
3578 AC->getLParenLoc(), AC->getEndLoc()); in VisitOMPAllocateDecl()
3749 OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(), in VisitOMPDeclareMapperDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1155 SourceLocation getLParenLoc() const { in getLParenLoc() function
1172 return SourceRange(getLParenLoc(), getRParenLoc()); in getLocalSourceRange()
1424 SourceLocation getLParenLoc() const { in getLParenLoc() function
1441 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
1959 SourceLocation getLParenLoc() const { in getLParenLoc() function
1976 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
2073 SourceLocation getLParenLoc() const { return getLocalData()->LParenLoc; } in getLParenLoc() function
2092 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
2557 SourceLocation getLParenLoc() const { in getLParenLoc() function
2574 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
H A DOpenMPClause.h169 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
335 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
590 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
825 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
943 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
1053 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
1777 SourceLocation getLParenLoc() { return LParenLoc; } in getLParenLoc() function
2207 SourceLocation getLParenLoc() const { in getLParenLoc() function
2587 SourceLocation getLParenLoc() const { in getLParenLoc() function
6683 SourceLocation getLParenLoc() { return LParenLoc; } in getLParenLoc() function
[all …]
H A DExprOpenMP.h192 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() function
366 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() function
H A DExprConcepts.h578 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DStmt.h2354 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
2529 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
2694 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
2837 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DExpr.h3426 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
3774 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() function
4378 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
5641 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
5643 SourceLocation getBeginLoc() const { return getLParenLoc(); } in getBeginLoc()
H A DExprCXX.h1838 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
3563 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
4743 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DExprObjC.h1659 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DDeclObjC.h795 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DDeclCXX.h2491 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp596 return CSC->getLParenLoc(); in GetUnreachableLoc()
609 return CSC->getLParenLoc(); in GetUnreachableLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp107 return T.getLParenLoc(); in VisitParenTypeLoc()
1347 Builder.markChildToken(L.getLParenLoc(), syntax::NodeRole::OpenParen); in WalkUpFromParenTypeLoc()
1349 Builder.foldNode(Builder.getRange(L.getLParenLoc(), L.getRParenLoc()), in WalkUpFromParenTypeLoc()
1381 Builder.markChildToken(L.getLParenLoc(), syntax::NodeRole::OpenParen); in WalkUpFromFunctionTypeLoc()
1387 Builder.foldNode(Builder.getRange(L.getLParenLoc(), L.getEndLoc()), in WalkUpFromFunctionTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp229 TA.insertAfterToken(CCE->getLParenLoc(), bridge); in rewriteToBridgedCast()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5693 auto ToLParenLoc = importChecked(Err, D->getLParenLoc()); in VisitObjCPropertyDecl()
6830 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitIfStmt()
6849 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitSwitchStmt()
6886 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitWhileStmt()
6919 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitForStmt()
7497 auto ToLParenLoc = importChecked(Err, E->getLParenLoc()); in VisitCompoundLiteralExpr()
7567 ExpectedSLoc ToLParenLocOrErr = import(E->getLParenLoc()); in VisitParenListExpr()
7583 auto ToLParenLoc = importChecked(Err, E->getLParenLoc()); in VisitStmtExpr()
7827 ExpectedSLoc ToLParenLocOrErr = import(CCE->getLParenLoc()); in VisitExplicitCastExpr()
8417 auto ToLParenLoc = importChecked(Err, E->getLParenLoc()); in VisitCXXUnresolvedConstructExpr()
[all …]
H A DODRDiagsEmitter.cpp565 DiagError(IsFirstWritten ? FirstProp->getLParenLoc() in diagnoseSubMismatchObjCProperty()
569 DiagNote(IsSecondWritten ? SecondProp->getLParenLoc() in diagnoseSubMismatchObjCProperty()
H A DExpr.cpp2854 Loc = cast<StmtExpr>(this)->getLParenLoc(); in isUnusedResultAWarning()
2903 Loc = CStyleCE->getLParenLoc(); in isUnusedResultAWarning()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2090 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes()
2213 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl()
3883 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr()
4271 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()
H A DRewriteModernObjC.cpp2173 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes()
2300 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl()
4714 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr()
5139 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1461 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function

12