Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h1157 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1170 setLParenLoc(Loc); in initializeLocal()
1422 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1477 setLParenLoc(Loc); in initializeLocal()
1956 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1973 setLParenLoc(range.getBegin()); in setParensRange()
1983 setLParenLoc(Loc); in initializeLocal()
2089 setLParenLoc(Range.getBegin()); in setParensRange()
2554 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
2571 setLParenLoc(Range.getBegin()); in setParensRange()
[all …]
H A DOpenMPClause.h249 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
300 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
348 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
565 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
642 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
714 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
781 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
847 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
916 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
1033 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.h2152 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
2322 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
2482 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
2615 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DExpr.h3436 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
3771 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
4374 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DExprCXX.h1767 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
3490 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DDeclObjC.h796 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6661 TL.setLParenLoc(readSourceLocation()); in VisitFunctionTypeLoc()
6692 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfExprTypeLoc()
6698 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfTypeLoc()
6710 TL.setLParenLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc()
6781 TL.setLParenLoc(readSourceLocation()); in VisitParenTypeLoc()
6850 TL.setLParenLoc(readSourceLocation()); in VisitAtomicTypeLoc()
11840 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPIfClause()
11846 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPFinalClause()
11852 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPNumThreadsClause()
11857 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPSafelenClause()
[all …]
H A DASTReaderStmt.cpp235 S->setLParenLoc(readSourceLocation()); in VisitIfStmt()
258 S->setLParenLoc(readSourceLocation()); in VisitSwitchStmt()
284 S->setLParenLoc(readSourceLocation()); in VisitWhileStmt()
305 S->setLParenLoc(readSourceLocation()); in VisitForStmt()
962 E->setLParenLoc(readSourceLocation()); in VisitOMPArrayShapingExpr()
970 E->setLParenLoc(readSourceLocation()); in VisitOMPIteratorExpr()
1149 E->setLParenLoc(readSourceLocation()); in VisitCStyleCastExpr()
1155 E->setLParenLoc(readSourceLocation()); in VisitCompoundLiteralExpr()
1301 E->setLParenLoc(readSourceLocation()); in VisitStmtExpr()
1777 E->setLParenLoc(readSourceLocation()); in VisitCXXFunctionalCastExpr()
[all …]
H A DASTReaderDecl.cpp1387 D->setLParenLoc(readSourceLocation()); in VisitObjCPropertyDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp526 setLParenLoc(Loc); in initializeLocal()
H A DOpenMPClause.cpp397 Clause->setLParenLoc(LParenLoc); in Create()
948 Clause->setLParenLoc(LParenLoc); in Create()
980 Clause->setLParenLoc(LParenLoc); in Create()
H A DStmt.cpp1131 setLParenLoc(LParenLoc); in WhileStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h5988 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType()
6109 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType()
6216 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()
6239 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()
6471 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType()
6920 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
H A DSemaType.cpp6308 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
6318 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
H A DSemaTemplate.cpp2365 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
H A DSemaDecl.cpp6454 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()