Home
last modified time | relevance | path

Searched refs:setLParenLoc (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6902 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 DASTReaderStmt.cpp239 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 DASTReaderDecl.cpp1477 D->setLParenLoc(readSourceLocation()); in VisitObjCPropertyDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1163 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 DOpenMPClause.h166 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 DExprOpenMP.h193 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
367 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
H A DStmt.h2355 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 DExpr.h3427 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 DExprCXX.h1839 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
3564 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DDeclObjC.h796 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp535 setLParenLoc(Loc); in initializeLocal()
H A DOpenMPClause.cpp409 Clause->setLParenLoc(LParenLoc); in Create()
962 Clause->setLParenLoc(LParenLoc); in Create()
994 Clause->setLParenLoc(LParenLoc); in Create()
H A DStmt.cpp1133 setLParenLoc(LParenLoc); in WhileStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6184 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 DSemaType.cpp6556 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
6566 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
H A DSemaTemplate.cpp2578 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
H A DSemaDecl.cpp6666 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()