Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp6701 TL.setLParenLoc(readSourceLocation()); in VisitFunctionTypeLoc()
6732 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfExprTypeLoc()
6738 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfTypeLoc()
6750 TL.setLParenLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc()
6821 TL.setLParenLoc(readSourceLocation()); in VisitParenTypeLoc()
6890 TL.setLParenLoc(readSourceLocation()); in VisitAtomicTypeLoc()
10310 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPIfClause()
10316 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPFinalClause()
10322 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPNumThreadsClause()
10327 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPSafelenClause()
[all …]
H A DASTReaderStmt.cpp236 S->setLParenLoc(readSourceLocation()); in VisitIfStmt()
259 S->setLParenLoc(readSourceLocation()); in VisitSwitchStmt()
285 S->setLParenLoc(readSourceLocation()); in VisitWhileStmt()
306 S->setLParenLoc(readSourceLocation()); in VisitForStmt()
968 E->setLParenLoc(readSourceLocation()); in VisitOMPArrayShapingExpr()
976 E->setLParenLoc(readSourceLocation()); in VisitOMPIteratorExpr()
1155 E->setLParenLoc(readSourceLocation()); in VisitCStyleCastExpr()
1161 E->setLParenLoc(readSourceLocation()); in VisitCompoundLiteralExpr()
1307 E->setLParenLoc(readSourceLocation()); in VisitStmtExpr()
1783 E->setLParenLoc(readSourceLocation()); in VisitCXXFunctionalCastExpr()
[all …]
H A DASTReaderDecl.cpp1435 D->setLParenLoc(readSourceLocation()); in VisitObjCPropertyDecl()
/openbsd-src/gnu/llvm/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()
1957 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1974 setLParenLoc(range.getBegin()); in setParensRange()
1984 setLParenLoc(Loc); in initializeLocal()
2068 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; } in setLParenLoc() function
2090 setLParenLoc(Range.getBegin()); in setParensRange()
2577 void setLParenLoc(SourceLocation 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 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 DStmt.h2164 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
2334 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
2494 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
2627 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DExpr.h3443 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
3778 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
4381 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DExprCXX.h1825 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
3546 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DDeclObjC.h793 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypeLoc.cpp532 setLParenLoc(Loc); in initializeLocal()
H A DOpenMPClause.cpp406 Clause->setLParenLoc(LParenLoc); in Create()
957 Clause->setLParenLoc(LParenLoc); in Create()
989 Clause->setLParenLoc(LParenLoc); in Create()
H A DStmt.cpp1132 setLParenLoc(LParenLoc); in WhileStmt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h6087 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType()
6208 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType()
6315 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()
6339 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()
6586 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType()
7032 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
H A DSemaType.cpp6403 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
6413 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
H A DSemaTemplate.cpp2461 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
H A DSemaDecl.cpp6533 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()