| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6902 TL.setLParenLoc(readSourceLocation()); in VisitFunctionTypeLoc() 6933 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfExprTypeLoc() 6939 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfTypeLoc() 6951 TL.setLParenLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc() 7024 TL.setLParenLoc(readSourceLocation()); in VisitParenTypeLoc() 7093 TL.setLParenLoc(readSourceLocation()); in VisitAtomicTypeLoc() 10604 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPIfClause() 10610 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPFinalClause() 10616 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPNumThreadsClause() 10621 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPSafelenClause() [all …]
|
| H A D | ASTReaderStmt.cpp | 239 S->setLParenLoc(readSourceLocation()); in VisitIfStmt() 262 S->setLParenLoc(readSourceLocation()); in VisitSwitchStmt() 288 S->setLParenLoc(readSourceLocation()); in VisitWhileStmt() 309 S->setLParenLoc(readSourceLocation()); in VisitForStmt() 982 E->setLParenLoc(readSourceLocation()); in VisitOMPArrayShapingExpr() 990 E->setLParenLoc(readSourceLocation()); in VisitOMPIteratorExpr() 1181 E->setLParenLoc(readSourceLocation()); in VisitCStyleCastExpr() 1187 E->setLParenLoc(readSourceLocation()); in VisitCompoundLiteralExpr() 1335 E->setLParenLoc(readSourceLocation()); in VisitStmtExpr() 1813 E->setLParenLoc(readSourceLocation()); in VisitCXXFunctionalCastExpr() [all …]
|
| H A D | ASTReaderDecl.cpp | 1477 D->setLParenLoc(readSourceLocation()); in VisitObjCPropertyDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 1163 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1176 setLParenLoc(Loc); in initializeLocal() 1428 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1483 setLParenLoc(Loc); in initializeLocal() 1963 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1980 setLParenLoc(range.getBegin()); in setParensRange() 1990 setLParenLoc(Loc); in initializeLocal() 2096 setLParenLoc(Range.getBegin()); in setParensRange() 2561 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 2578 setLParenLoc(Range.getBegin()); in setParensRange() [all …]
|
| H A D | OpenMPClause.h | 166 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 332 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 587 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 822 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 923 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 1050 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 1132 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 1372 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 1435 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 1514 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 | 2355 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 2530 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 2695 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 2838 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | Expr.h | 3427 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 3775 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function 4379 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | ExprCXX.h | 1839 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 3564 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | DeclObjC.h | 796 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 535 setLParenLoc(Loc); in initializeLocal()
|
| H A D | OpenMPClause.cpp | 409 Clause->setLParenLoc(LParenLoc); in Create() 962 Clause->setLParenLoc(LParenLoc); in Create() 994 Clause->setLParenLoc(LParenLoc); in Create()
|
| H A D | Stmt.cpp | 1133 setLParenLoc(LParenLoc); in WhileStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 6184 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()
|
| H A D | SemaType.cpp | 6556 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc() 6566 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
|
| H A D | SemaTemplate.cpp | 2578 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
|
| H A D | SemaDecl.cpp | 6666 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()
|