| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 1125 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1138 setLParenLoc(Loc); in initializeLocal() 1390 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1445 setLParenLoc(Loc); in initializeLocal() 1924 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1941 setLParenLoc(range.getBegin()); in setParensRange() 1951 setLParenLoc(Loc); in initializeLocal() 2034 setLParenLoc(Range.getBegin()); in setParensRange() 2493 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 2510 setLParenLoc(Range.getBegin()); in setParensRange() [all …]
|
| H A D | OpenMPClause.h | 248 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 299 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 489 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 566 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 638 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 705 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 771 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 840 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 957 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 1040 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 | 2097 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 2261 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 2421 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 2554 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | Expr.h | 3427 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 3760 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function 4363 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | ExprCXX.h | 1767 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 3473 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | DeclObjC.h | 797 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6621 TL.setLParenLoc(readSourceLocation()); in VisitFunctionTypeLoc() 6648 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfExprTypeLoc() 6654 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfTypeLoc() 6665 TL.setLParenLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc() 6730 TL.setLParenLoc(readSourceLocation()); in VisitParenTypeLoc() 6799 TL.setLParenLoc(readSourceLocation()); in VisitAtomicTypeLoc() 12039 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPIfClause() 12045 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPFinalClause() 12051 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPNumThreadsClause() 12056 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPSafelenClause() [all …]
|
| H A D | ASTReaderStmt.cpp | 231 S->setLParenLoc(readSourceLocation()); in VisitIfStmt() 254 S->setLParenLoc(readSourceLocation()); in VisitSwitchStmt() 280 S->setLParenLoc(readSourceLocation()); in VisitWhileStmt() 301 S->setLParenLoc(readSourceLocation()); in VisitForStmt() 977 E->setLParenLoc(readSourceLocation()); in VisitOMPArrayShapingExpr() 985 E->setLParenLoc(readSourceLocation()); in VisitOMPIteratorExpr() 1164 E->setLParenLoc(readSourceLocation()); in VisitCStyleCastExpr() 1170 E->setLParenLoc(readSourceLocation()); in VisitCompoundLiteralExpr() 1316 E->setLParenLoc(readSourceLocation()); in VisitStmtExpr() 1792 E->setLParenLoc(readSourceLocation()); in VisitCXXFunctionalCastExpr() [all …]
|
| H A D | ASTReaderDecl.cpp | 1294 D->setLParenLoc(readSourceLocation()); in VisitObjCPropertyDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 512 setLParenLoc(Loc); in initializeLocal()
|
| H A D | OpenMPClause.cpp | 389 Clause->setLParenLoc(LParenLoc); in Create() 933 Clause->setLParenLoc(LParenLoc); in Create() 965 Clause->setLParenLoc(LParenLoc); in Create()
|
| H A D | Stmt.cpp | 1125 setLParenLoc(LParenLoc); in WhileStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 5922 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType() 6043 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType() 6124 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType() 6147 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType() 6379 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType() 6820 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
|
| H A D | SemaType.cpp | 6189 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc() 6199 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
|
| H A D | SemaTemplate.cpp | 2360 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
|
| H A D | SemaDecl.cpp | 6080 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()
|