Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h905 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
917 setLParenLoc(Loc); in initializeLocal()
1114 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1156 setLParenLoc(Loc); in initializeLocal()
1426 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1441 setLParenLoc(range.getBegin()); in setParensRange()
1451 setLParenLoc(Loc); in initializeLocal()
1507 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; } in setLParenLoc() function
1527 setLParenLoc(Range.getBegin()); in setParensRange()
1534 setLParenLoc(Loc); in initializeLocal()
[all …]
DExpr.h2578 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
2838 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
3346 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
DDeclObjC.h2025 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
DStmt.h1170 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
DExprCXX.h2852 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp235 S->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitForStmt()
609 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCStyleCastExpr()
615 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCompoundLiteralExpr()
741 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitStmtExpr()
1339 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCXXUnresolvedConstructExpr()
DASTReader.cpp4751 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitFunctionTypeLoc()
4772 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfExprTypeLoc()
4777 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfTypeLoc()
4786 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryTransformTypeLoc()
4839 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitParenTypeLoc()
4886 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitAtomicTypeLoc()
DASTReaderDecl.cpp819 D->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyDecl()
/external/clang/lib/Sema/
DTreeTransform.h4273 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType()
4298 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType()
4378 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()
4401 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()
4626 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType()
4917 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
DSemaType.cpp3451 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
3461 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
DSemaDecl.cpp4287 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()