Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h949 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
961 setLParenLoc(Loc); in initializeLocal()
1195 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1237 setLParenLoc(Loc); in initializeLocal()
1515 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1530 setLParenLoc(range.getBegin()); in setParensRange()
1540 setLParenLoc(Loc); in initializeLocal()
1598 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; } in setLParenLoc() function
1618 setLParenLoc(Range.getBegin()); in setParensRange()
1625 setLParenLoc(Loc); in initializeLocal()
[all …]
DOpenMPClause.h132 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
185 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
238 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
292 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
348 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
404 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
470 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
541 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
588 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
DExpr.h2623 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
2883 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
3418 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
DExprCXX.h1268 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
2889 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
DDeclObjC.h2260 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
DStmt.h1189 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp245 S->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitForStmt()
694 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCStyleCastExpr()
700 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCompoundLiteralExpr()
825 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitStmtExpr()
1274 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCXXFunctionalCastExpr()
1447 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCXXUnresolvedConstructExpr()
1788 C->setLParenLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPIfClause()
1793 C->setLParenLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPFinalClause()
1798 C->setLParenLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPNumThreadsClause()
1803 C->setLParenLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPSafelenClause()
[all …]
DASTReader.cpp5814 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitFunctionTypeLoc()
5835 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfExprTypeLoc()
5840 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfTypeLoc()
5849 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryTransformTypeLoc()
5902 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitParenTypeLoc()
5949 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitAtomicTypeLoc()
DASTReaderDecl.cpp965 D->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyDecl()
/external/clang/lib/Sema/
DTreeTransform.h4683 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType()
4808 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType()
4888 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()
4911 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()
5137 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType()
5428 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
DSemaType.cpp3801 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
3811 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
DSemaDecl.cpp4905 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()