| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6907 TL.setLParenLoc(readSourceLocation()); in VisitFunctionTypeLoc() 6938 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfExprTypeLoc() 6944 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfTypeLoc() 6960 TL.setLParenLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc() 7037 TL.setLParenLoc(readSourceLocation()); in VisitParenTypeLoc() 7106 TL.setLParenLoc(readSourceLocation()); in VisitAtomicTypeLoc() 10803 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPIfClause() 10809 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPFinalClause() 10815 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPNumThreadsClause() 10820 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() 987 E->setLParenLoc(readSourceLocation()); in VisitOMPArrayShapingExpr() 995 E->setLParenLoc(readSourceLocation()); in VisitOMPIteratorExpr() 1178 E->setLParenLoc(readSourceLocation()); in VisitCStyleCastExpr() 1184 E->setLParenLoc(readSourceLocation()); in VisitCompoundLiteralExpr() 1342 E->setLParenLoc(readSourceLocation()); in VisitStmtExpr() 1820 E->setLParenLoc(readSourceLocation()); in VisitCXXFunctionalCastExpr() [all …]
|
| H A D | ASTReaderDecl.cpp | 1469 D->setLParenLoc(readSourceLocation()); in VisitObjCPropertyDecl()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 1199 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1212 setLParenLoc(Loc); in initializeLocal() 1464 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1519 setLParenLoc(Loc); in initializeLocal() 2004 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 2021 setLParenLoc(range.getBegin()); in setParensRange() 2031 setLParenLoc(Loc); in initializeLocal() 2143 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; } in setLParenLoc() function 2165 setLParenLoc(Range.getBegin()); in setParensRange() 2630 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 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 | Stmt.h | 2362 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } 2537 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } 2702 void setLParenLoc(SourceLocation L) { LParenLoc = L; } 2845 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
|
| H A D | Expr.h | 3459 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 3824 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function 4432 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | ExprCXX.h | 1855 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 3601 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | DeclObjC.h | 799 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenACC.h | 250 void setLParenLoc(SourceLocation EndLoc) { LParenLoc = EndLoc; } in setLParenLoc() function
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenACC.cpp | 882 ParsedClause.setLParenLoc(Parens.getOpenLocation()); in ParseOpenACCClauseParams() 1061 ParsedClause.setLParenLoc(Parens.getOpenLocation()); in ParseOpenACCClauseParams()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 542 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 | 1134 setLParenLoc(LParenLoc); in WhileStmt()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeductionGuide.cpp | 565 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
|
| H A D | TreeTransform.h | 6332 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() 11632 ParsedClause.setLParenLoc(WithParms->getLParenLoc()); in TransformOpenACCClause()
|
| H A D | SemaType.cpp | 6145 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc() 6155 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
|
| H A D | SemaDecl.cpp | 6518 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()
|