| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 1157 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1170 setLParenLoc(Loc); in initializeLocal() 1422 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1477 setLParenLoc(Loc); in initializeLocal() 1956 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1973 setLParenLoc(range.getBegin()); in setParensRange() 1983 setLParenLoc(Loc); in initializeLocal() 2089 setLParenLoc(Range.getBegin()); in setParensRange() 2554 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 2571 setLParenLoc(Range.getBegin()); in setParensRange() [all …]
|
| H A D | OpenMPClause.h | 249 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 300 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 348 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 565 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 642 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 714 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 781 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 847 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 916 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 1033 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function [all …]
|
| H A D | ExprOpenMP.h | 193 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function 367 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
|
| H A D | Stmt.h | 2152 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 2322 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 2482 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 2615 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | Expr.h | 3436 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 3771 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function 4374 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | ExprCXX.h | 1767 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 3490 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | DeclObjC.h | 796 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6661 TL.setLParenLoc(readSourceLocation()); in VisitFunctionTypeLoc() 6692 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfExprTypeLoc() 6698 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfTypeLoc() 6710 TL.setLParenLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc() 6781 TL.setLParenLoc(readSourceLocation()); in VisitParenTypeLoc() 6850 TL.setLParenLoc(readSourceLocation()); in VisitAtomicTypeLoc() 11840 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPIfClause() 11846 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPFinalClause() 11852 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPNumThreadsClause() 11857 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPSafelenClause() [all …]
|
| H A D | ASTReaderStmt.cpp | 235 S->setLParenLoc(readSourceLocation()); in VisitIfStmt() 258 S->setLParenLoc(readSourceLocation()); in VisitSwitchStmt() 284 S->setLParenLoc(readSourceLocation()); in VisitWhileStmt() 305 S->setLParenLoc(readSourceLocation()); in VisitForStmt() 962 E->setLParenLoc(readSourceLocation()); in VisitOMPArrayShapingExpr() 970 E->setLParenLoc(readSourceLocation()); in VisitOMPIteratorExpr() 1149 E->setLParenLoc(readSourceLocation()); in VisitCStyleCastExpr() 1155 E->setLParenLoc(readSourceLocation()); in VisitCompoundLiteralExpr() 1301 E->setLParenLoc(readSourceLocation()); in VisitStmtExpr() 1777 E->setLParenLoc(readSourceLocation()); in VisitCXXFunctionalCastExpr() [all …]
|
| H A D | ASTReaderDecl.cpp | 1387 D->setLParenLoc(readSourceLocation()); in VisitObjCPropertyDecl()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 526 setLParenLoc(Loc); in initializeLocal()
|
| H A D | OpenMPClause.cpp | 397 Clause->setLParenLoc(LParenLoc); in Create() 948 Clause->setLParenLoc(LParenLoc); in Create() 980 Clause->setLParenLoc(LParenLoc); in Create()
|
| H A D | Stmt.cpp | 1131 setLParenLoc(LParenLoc); in WhileStmt()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 5988 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType() 6109 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType() 6216 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType() 6239 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType() 6471 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType() 6920 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
|
| H A D | SemaType.cpp | 6308 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc() 6318 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
|
| H A D | SemaTemplate.cpp | 2365 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
|
| H A D | SemaDecl.cpp | 6454 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()
|