Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp514 Clause.getLParenLoc(), Clause.getEndLoc()); in VisitDefaultClause()
546 Clause.getLParenLoc(), in VisitIfClause()
579 Ctx, Clause.getBeginLoc(), Clause.getLParenLoc(), in VisitSelfClause()
634 Ctx, Clause.getBeginLoc(), Clause.getLParenLoc(), Clause.getIntExprs(), in VisitNumGangsClause()
655 Ctx, Clause.getBeginLoc(), Clause.getLParenLoc(), Clause.getIntExprs()[0], in VisitNumWorkersClause()
676 Ctx, Clause.getBeginLoc(), Clause.getLParenLoc(), Clause.getIntExprs()[0], in VisitVectorLengthClause()
697 Ctx, Clause.getBeginLoc(), Clause.getLParenLoc(), in VisitAsyncClause()
717 Clause.getLParenLoc(), in VisitPrivateClause()
734 Ctx, Clause.getBeginLoc(), Clause.getLParenLoc(), Clause.getVarList(), in VisitFirstPrivateClause()
750 Clause.getLParenLoc(), in VisitNoCreateClause()
[all …]
H A DTreeTransform.h6332 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType()
6460 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType()
6567 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()
6591 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()
6945 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType()
7437 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
8073 S->getIfLoc(), S->getStatementKind(), S->getLParenLoc(), Cond, in TransformIfStmt()
8094 getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), S->getLParenLoc(), in TransformSwitchStmt()
8129 return getDerived().RebuildWhileStmt(S->getWhileLoc(), S->getLParenLoc(), in TransformWhileStmt()
8201 return getDerived().RebuildForStmt(S->getForLoc(), S->getLParenLoc(), in TransformForStmt()
[all …]
H A DSemaObjCProperty.cpp1141 property->getLParenLoc(), readonlyLoc)) { in ActOnPropertyImplDecl()
2213 if (Property->getLParenLoc().isValid() && in AtomicPropertySetterGetterRules()
2217 SemaRef.getLocForEndOfToken(Property->getLParenLoc()); in AtomicPropertySetterGetterRules()
2223 } else if (Property->getLParenLoc().isInvalid()) { in AtomicPropertySetterGetterRules()
H A DSemaTemplateDeductionGuide.cpp565 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
H A DSemaTemplateInstantiateDecl.cpp3622 NewE.get(), AC->getBeginLoc(), AC->getLParenLoc(), AC->getEndLoc()); in VisitOMPAllocateDecl()
3628 NewE.get(), AC->getBeginLoc(), AC->getLParenLoc(), AC->getEndLoc()); in VisitOMPAllocateDecl()
3802 OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(), in VisitOMPDeclareMapperDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp448 addSourceLocation(TL.getLParenLoc()); in VisitFunctionTypeLoc()
487 addSourceLocation(TL.getLParenLoc()); in VisitTypeOfExprTypeLoc()
493 addSourceLocation(TL.getLParenLoc()); in VisitTypeOfTypeLoc()
505 addSourceLocation(TL.getLParenLoc()); in VisitUnaryTransformTypeLoc()
588 addSourceLocation(TL.getLParenLoc()); in VisitParenTypeLoc()
651 addSourceLocation(TL.getLParenLoc()); in VisitAtomicTypeLoc()
6549 Writer.AddSourceLocation(Init->getLParenLoc()); in EmitCXXCtorInitializers()
7112 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPIfClause()
7118 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPFinalClause()
7124 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()
571 Record.AddSourceLocation(E->getLParenLoc()); in VisitRequiresExpr()
794 Record.AddSourceLocation(E->getLParenLoc()); in VisitParenListExpr()
907 Record.AddSourceLocation(E->getLParenLoc()); in VisitOMPArrayShapingExpr()
916 Record.AddSourceLocation(E->getLParenLoc()); in VisitOMPIteratorExpr()
1033 Record.AddSourceLocation(E->getLParenLoc()); in VisitObjCBridgedCastExpr()
1131 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.h1191 SourceLocation getLParenLoc() const { in getLParenLoc() function
1208 return SourceRange(getLParenLoc(), getRParenLoc()); in getLocalSourceRange()
1460 SourceLocation getLParenLoc() const { in getLParenLoc() function
1477 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
2000 SourceLocation getLParenLoc() const { in getLParenLoc() function
2017 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
2142 SourceLocation getLParenLoc() const { return getLocalData()->LParenLoc; } in getLParenLoc() function
2161 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
2626 SourceLocation getLParenLoc() const { in getLParenLoc() function
2643 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
1135 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
1375 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
1456 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
1536 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
[all …]
H A DStmt.h2361 SourceLocation getLParenLoc() const { return LParenLoc; }
2536 SourceLocation getLParenLoc() const { return LParenLoc; }
2701 SourceLocation getLParenLoc() const { return LParenLoc; }
2844 SourceLocation getLParenLoc() const { return LParenLoc; }
H A DExpr.h3458 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
3823 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() function
4431 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
5852 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
5854 SourceLocation getBeginLoc() const { return getLParenLoc(); } in getBeginLoc()
H A DOpenACCClause.h213 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DExprCXX.h1854 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
3600 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
4890 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DDeclObjC.h798 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.cpp107 return T.getLParenLoc(); in VisitParenTypeLoc()
1348 Builder.markChildToken(L.getLParenLoc(), syntax::NodeRole::OpenParen); in WalkUpFromParenTypeLoc()
1350 Builder.foldNode(Builder.getRange(L.getLParenLoc(), L.getRParenLoc()), in WalkUpFromParenTypeLoc()
1382 Builder.markChildToken(L.getLParenLoc(), syntax::NodeRole::OpenParen); in WalkUpFromFunctionTypeLoc()
1388 Builder.foldNode(Builder.getRange(L.getLParenLoc(), L.getEndLoc()), in WalkUpFromFunctionTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp229 TA.insertAfterToken(CCE->getLParenLoc(), bridge); in rewriteToBridgedCast()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h100 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DDeclSpec.h1507 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp510 if (!C.getLParenLoc().isInvalid()) { in VisitWaitClause()
H A DASTImporter.cpp5777 auto ToLParenLoc = importChecked(Err, D->getLParenLoc()); in VisitObjCPropertyDecl()
6932 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitIfStmt()
6951 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitSwitchStmt()
6988 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitWhileStmt()
7021 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitForStmt()
7599 auto ToLParenLoc = importChecked(Err, E->getLParenLoc()); in VisitCompoundLiteralExpr()
7669 ExpectedSLoc ToLParenLocOrErr = import(E->getLParenLoc()); in VisitParenListExpr()
7685 auto ToLParenLoc = importChecked(Err, E->getLParenLoc()); in VisitStmtExpr()
7929 ExpectedSLoc ToLParenLocOrErr = import(CCE->getLParenLoc()); in VisitExplicitCastExpr()
7943 ExpectedSLoc ToLParenLocOrErr = import(FCE->getLParenLoc()); in VisitExplicitCastExpr()
[all …]
H A DODRDiagsEmitter.cpp565 DiagError(IsFirstWritten ? FirstProp->getLParenLoc() in diagnoseSubMismatchObjCProperty()
569 DiagNote(IsSecondWritten ? SecondProp->getLParenLoc() in diagnoseSubMismatchObjCProperty()
H A DExpr.cpp2890 Loc = cast<StmtExpr>(this)->getLParenLoc(); in isUnusedResultAWarning()
2939 Loc = CStyleCE->getLParenLoc(); in isUnusedResultAWarning()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2172 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes()
2299 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl()
4712 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr()
5137 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()

12