Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1125 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 DOpenMPClause.h248 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 DExprOpenMP.h193 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
367 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
H A DStmt.h2097 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 DExpr.h3360 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 DExprCXX.h1767 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
3473 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DDeclObjC.h797 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6599 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 DASTReaderStmt.cpp231 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 DASTReaderDecl.cpp1292 D->setLParenLoc(readSourceLocation()); in VisitObjCPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp512 setLParenLoc(Loc); in initializeLocal()
H A DOpenMPClause.cpp389 Clause->setLParenLoc(LParenLoc); in Create()
933 Clause->setLParenLoc(LParenLoc); in Create()
H A DStmt.cpp1119 setLParenLoc(LParenLoc); in WhileStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5899 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 DSemaType.cpp6156 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
6166 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
H A DSemaTemplate.cpp2360 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
H A DSemaDecl.cpp6017 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()