Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp187 SemaRef.Diag(Clause.getLParenLoc(), diag::err_acc_invalid_modifier) in CheckModifierList()
527 Clause.getLParenLoc(), Clause.getEndLoc()); in VisitDefaultClause()
549 Clause.getLParenLoc(), NewSizeExprs, in VisitTileClause()
572 Clause.getLParenLoc(), in VisitIfClause()
583 Clause.getLParenLoc(), Clause.getVarList(), in VisitSelfClause()
594 Ctx, Clause.getBeginLoc(), Clause.getLParenLoc(), in VisitSelfClause()
691 Ctx, Clause.getBeginLoc(), Clause.getLParenLoc(), Clause.getIntExprs(), in VisitNumGangsClause()
724 Ctx, Clause.getBeginLoc(), Clause.getLParenLoc(), Clause.getIntExprs()[0], in VisitNumWorkersClause()
757 Ctx, Clause.getBeginLoc(), Clause.getLParenLoc(), Clause.getIntExprs()[0], in VisitVectorLengthClause()
769 Ctx, Clause.getBeginLoc(), Clause.getLParenLoc(), in VisitAsyncClause()
[all …]
H A DTreeTransform.h6559 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType()
6687 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType()
6794 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()
6818 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()
7179 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType()
7719 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
8366 S->getIfLoc(), S->getStatementKind(), S->getLParenLoc(), Cond, in TransformIfStmt()
8387 getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), S->getLParenLoc(), in TransformSwitchStmt()
8427 return getDerived().RebuildWhileStmt(S->getWhileLoc(), S->getLParenLoc(), in TransformWhileStmt()
8513 return getDerived().RebuildForStmt(S->getForLoc(), S->getLParenLoc(), in TransformForStmt()
[all …]
H A DSemaTemplateInstantiateDecl.cpp1165 ParsedClause.getBeginLoc(), ParsedClause.getLParenLoc(), in CLAUSE_NOT_ON_DECLS()
1186 ParsedClause.getLParenLoc(), C.getArchitectures(), in VisitDeviceTypeClause()
1214 ParsedClause.getBeginLoc(), ParsedClause.getLParenLoc(), in VisitCopyClause()
1231 ParsedClause.getLParenLoc(), ParsedClause.getVarList(), in VisitLinkClause()
1244 ParsedClause.getLParenLoc(), ParsedClause.getVarList(), in VisitDeviceResidentClause()
1257 ParsedClause.getBeginLoc(), ParsedClause.getLParenLoc(), in VisitCopyInClause()
1270 ParsedClause.getBeginLoc(), ParsedClause.getLParenLoc(), in VisitCopyOutClause()
1283 ParsedClause.getBeginLoc(), ParsedClause.getLParenLoc(), in VisitCreateClause()
1296 ParsedClause.getLParenLoc(), ParsedClause.getVarList(), in VisitPresentClause()
1313 ParsedClause.getLParenLoc(), ParsedClause.getVarList(), in VisitDevicePtrClause()
[all …]
H A DSemaObjCProperty.cpp1142 property->getLParenLoc(), readonlyLoc)) { in ActOnPropertyImplDecl()
2222 if (Property->getLParenLoc().isValid() && in AtomicPropertySetterGetterRules()
2226 SemaRef.getLocForEndOfToken(Property->getLParenLoc()); in AtomicPropertySetterGetterRules()
2232 } else if (Property->getLParenLoc().isInvalid()) { in AtomicPropertySetterGetterRules()
H A DSemaTemplateDeductionGuide.cpp611 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
H A DSemaCast.cpp112 SourceLocation getLParenLoc() const { return Locations[1]; } in getLParenLoc() function
122 return SourceRange(getLParenLoc(), getRParenLoc()); in getParenRange()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp476 addSourceLocation(TL.getLParenLoc()); in VisitFunctionTypeLoc()
515 addSourceLocation(TL.getLParenLoc()); in VisitTypeOfExprTypeLoc()
521 addSourceLocation(TL.getLParenLoc()); in VisitTypeOfTypeLoc()
533 addSourceLocation(TL.getLParenLoc()); in VisitUnaryTransformTypeLoc()
625 addSourceLocation(TL.getLParenLoc()); in VisitParenTypeLoc()
688 addSourceLocation(TL.getLParenLoc()); in VisitAtomicTypeLoc()
7200 Writer.AddSourceLocation(Init->getLParenLoc()); in EmitCXXCtorInitializers()
7790 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPIfClause()
7796 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPFinalClause()
7804 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPNumThreadsClause()
[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()
572 Record.AddSourceLocation(E->getLParenLoc()); in VisitRequiresExpr()
810 Record.AddSourceLocation(E->getLParenLoc()); in VisitParenListExpr()
923 Record.AddSourceLocation(E->getLParenLoc()); in VisitOMPArrayShapingExpr()
932 Record.AddSourceLocation(E->getLParenLoc()); in VisitOMPIteratorExpr()
1051 Record.AddSourceLocation(E->getLParenLoc()); in VisitObjCBridgedCastExpr()
1150 Record.AddSourceLocation(E->getLParenLoc()); in VisitCStyleCastExpr()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h68 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() function
242 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() function
H A DTypeLoc.h1243 SourceLocation getLParenLoc() const { in getLParenLoc() function
1260 return SourceRange(getLParenLoc(), getRParenLoc()); in getLocalSourceRange()
1516 SourceLocation getLParenLoc() const { in getLParenLoc() function
1533 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
2056 SourceLocation getLParenLoc() const { in getLParenLoc() function
2073 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
2198 SourceLocation getLParenLoc() const { return getLocalData()->LParenLoc; } in getLParenLoc() function
2217 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
2683 SourceLocation getLParenLoc() const { in getLParenLoc() function
2700 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
H A DOpenMPClause.h169 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
334 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
394 SourceLocation getLParenLoc() { return LParenLoc; } in getLParenLoc() function
739 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
995 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
1091 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
1195 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
1305 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
1387 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
1627 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
[all …]
H A DDeclOpenACC.h150 SourceLocation getLParenLoc() const { return ParensLoc.getBegin(); } in getLParenLoc() function
H A DStmtOpenACC.h534 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
606 SourceLocation getLParenLoc() const { return ParensLoc.getBegin(); } in getLParenLoc() function
H A DExprConcepts.h567 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DStmt.h2480 SourceLocation getLParenLoc() const { return LParenLoc; }
2649 SourceLocation getLParenLoc() const { return LParenLoc; }
2808 SourceLocation getLParenLoc() const { return LParenLoc; }
2949 SourceLocation getLParenLoc() const { return LParenLoc; }
H A DOpenACCClause.h203 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
574 bool hasExprs() const { return getLParenLoc().isValid(); } in hasExprs()
H A DExpr.h3560 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
3929 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() function
4547 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
6053 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
6055 SourceLocation getBeginLoc() const { return getLParenLoc(); } in getBeginLoc()
H A DExprObjC.h1652 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DExprCXX.h1856 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
3726 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
5012 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp639 return CSC->getLParenLoc(); in GetUnreachableLoc()
652 return CSC->getLParenLoc(); in GetUnreachableLoc()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp101 return T.getLParenLoc(); in VisitParenTypeLoc()
1340 Builder.markChildToken(L.getLParenLoc(), syntax::NodeRole::OpenParen); in WalkUpFromParenTypeLoc()
1342 Builder.foldNode(Builder.getRange(L.getLParenLoc(), L.getRParenLoc()), in WalkUpFromParenTypeLoc()
1374 Builder.markChildToken(L.getLParenLoc(), syntax::NodeRole::OpenParen); in WalkUpFromFunctionTypeLoc()
1380 Builder.foldNode(Builder.getRange(L.getLParenLoc(), L.getEndLoc()), in WalkUpFromFunctionTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6053 auto ToLParenLoc = importChecked(Err, D->getLParenLoc()); in VisitObjCPropertyDecl()
7279 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitIfStmt()
7298 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitSwitchStmt()
7335 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitWhileStmt()
7368 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitForStmt()
7947 auto ToLParenLoc = importChecked(Err, E->getLParenLoc()); in VisitCompoundLiteralExpr()
8017 ExpectedSLoc ToLParenLocOrErr = import(E->getLParenLoc()); in VisitParenListExpr()
8033 auto ToLParenLoc = importChecked(Err, E->getLParenLoc()); in VisitStmtExpr()
8277 ExpectedSLoc ToLParenLocOrErr = import(CCE->getLParenLoc()); in VisitExplicitCastExpr()
8291 ExpectedSLoc ToLParenLocOrErr = import(FCE->getLParenLoc()); in VisitExplicitCastExpr()
[all …]
H A DODRDiagsEmitter.cpp563 DiagError(IsFirstWritten ? FirstProp->getLParenLoc() in diagnoseSubMismatchObjCProperty()
567 DiagNote(IsSecondWritten ? SecondProp->getLParenLoc() in diagnoseSubMismatchObjCProperty()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h352 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2088 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes()
2211 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl()
3875 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr()
4262 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()

12