| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7242 TL.setLParenLoc(readSourceLocation()); in VisitFunctionTypeLoc() 7273 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfExprTypeLoc() 7279 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfTypeLoc() 7295 TL.setLParenLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc() 7381 TL.setLParenLoc(readSourceLocation()); in VisitParenTypeLoc() 7450 TL.setLParenLoc(readSourceLocation()); in VisitAtomicTypeLoc() 11468 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPIfClause() 11474 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPFinalClause() 11482 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPNumThreadsClause() 11487 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() 995 E->setLParenLoc(readSourceLocation()); in VisitOMPArrayShapingExpr() 1003 E->setLParenLoc(readSourceLocation()); in VisitOMPIteratorExpr() 1192 E->setLParenLoc(readSourceLocation()); in VisitCStyleCastExpr() 1198 E->setLParenLoc(readSourceLocation()); in VisitCompoundLiteralExpr() 1356 E->setLParenLoc(readSourceLocation()); in VisitStmtExpr() 1839 E->setLParenLoc(readSourceLocation()); in VisitCXXFunctionalCastExpr() [all …]
|
| H A D | ASTReaderDecl.cpp | 1476 D->setLParenLoc(readSourceLocation()); in VisitObjCPropertyDecl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 1251 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1264 setLParenLoc(Loc); in initializeLocal() 1520 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1575 setLParenLoc(Loc); in initializeLocal() 2060 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 2077 setLParenLoc(range.getBegin()); in setParensRange() 2087 setLParenLoc(Loc); in initializeLocal() 2199 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; } in setLParenLoc() function 2221 setLParenLoc(Range.getBegin()); in setParensRange() 2687 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function [all …]
|
| H A D | ExprOpenMP.h | 69 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function 243 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
|
| H A D | OpenMPClause.h | 166 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 331 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 396 void setLParenLoc(SourceLocation S) { LParenLoc = S; } in setLParenLoc() function 736 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 992 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 1088 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 1175 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 1302 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 1384 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 1624 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function [all …]
|
| H A D | Stmt.h | 2481 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } 2650 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } 2809 void setLParenLoc(SourceLocation L) { LParenLoc = L; } 2950 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
|
| H A D | Expr.h | 3561 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 3930 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function 4548 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | ExprCXX.h | 1857 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 3727 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/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 545 setLParenLoc(Loc); in initializeLocal()
|
| H A D | OpenMPClause.cpp | 410 Clause->setLParenLoc(LParenLoc); in Create() 962 Clause->setLParenLoc(LParenLoc); in Create() 981 Clause->setLParenLoc(LParenLoc); in Create() 1013 Clause->setLParenLoc(LParenLoc); in Create()
|
| H A D | Stmt.cpp | 1178 setLParenLoc(LParenLoc); in WhileStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 1003 ParsedClause.setLParenLoc(Parens.getOpenLocation()); in ParseOpenACCClauseParams() 1183 ParsedClause.setLParenLoc(Parens.getOpenLocation()); in ParseOpenACCClauseParams()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenACC.h | 547 void setLParenLoc(SourceLocation EndLoc) { LParenLoc = EndLoc; } in setLParenLoc() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeductionGuide.cpp | 611 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
|
| H A D | TreeTransform.h | 6559 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() 12467 ParsedClause.setLParenLoc(WithParms->getLParenLoc()); in TransformOpenACCClause()
|
| H A D | SemaType.cpp | 6184 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc() 6194 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1342 ParsedClause.setLParenLoc(WithParms->getLParenLoc()); in InstantiateOpenACCClauseList()
|
| H A D | SemaDecl.cpp | 6635 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()
|