| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 1125 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1138 setLParenLoc(Loc); in initializeLocal() 1390 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1445 setLParenLoc(Loc); in initializeLocal() 1924 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function 1941 setLParenLoc(range.getBegin()); in setParensRange() 1951 setLParenLoc(Loc); in initializeLocal() 2012 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; } in setLParenLoc() function 2034 setLParenLoc(Range.getBegin()); in setParensRange() 2493 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function [all …]
|
| H A D | OpenMPClause.h | 248 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 299 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 489 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 566 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 638 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 705 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 771 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 840 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 932 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 1007 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function [all …]
|
| H A D | ExprOpenMP.h | 193 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function 367 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
|
| H A D | Stmt.h | 2097 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 2261 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function 2421 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 2554 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | Expr.h | 3360 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 3693 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function 4296 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | ExprCXX.h | 1767 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 3473 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| H A D | DeclObjC.h | 797 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6599 TL.setLParenLoc(readSourceLocation()); in VisitFunctionTypeLoc() 6626 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfExprTypeLoc() 6632 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfTypeLoc() 6643 TL.setLParenLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc() 6708 TL.setLParenLoc(readSourceLocation()); in VisitParenTypeLoc() 6777 TL.setLParenLoc(readSourceLocation()); in VisitAtomicTypeLoc() 12004 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPIfClause() 12010 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPFinalClause() 12016 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPNumThreadsClause() 12021 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPSafelenClause() [all …]
|
| H A D | ASTReaderStmt.cpp | 231 S->setLParenLoc(readSourceLocation()); in VisitIfStmt() 254 S->setLParenLoc(readSourceLocation()); in VisitSwitchStmt() 280 S->setLParenLoc(readSourceLocation()); in VisitWhileStmt() 301 S->setLParenLoc(readSourceLocation()); in VisitForStmt() 967 E->setLParenLoc(readSourceLocation()); in VisitOMPArrayShapingExpr() 975 E->setLParenLoc(readSourceLocation()); in VisitOMPIteratorExpr() 1154 E->setLParenLoc(readSourceLocation()); in VisitCStyleCastExpr() 1160 E->setLParenLoc(readSourceLocation()); in VisitCompoundLiteralExpr() 1306 E->setLParenLoc(readSourceLocation()); in VisitStmtExpr() 1782 E->setLParenLoc(readSourceLocation()); in VisitCXXFunctionalCastExpr() [all …]
|
| H A D | ASTReaderDecl.cpp | 1292 D->setLParenLoc(readSourceLocation()); in VisitObjCPropertyDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 512 setLParenLoc(Loc); in initializeLocal()
|
| H A D | OpenMPClause.cpp | 389 Clause->setLParenLoc(LParenLoc); in Create() 933 Clause->setLParenLoc(LParenLoc); in Create()
|
| H A D | Stmt.cpp | 1119 setLParenLoc(LParenLoc); in WhileStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 5899 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType() 6020 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType() 6101 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType() 6124 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType() 6356 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType() 6797 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
|
| H A D | SemaType.cpp | 6156 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc() 6166 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
|
| H A D | SemaTemplate.cpp | 2360 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
|
| H A D | SemaDecl.cpp | 6017 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()
|