Searched refs:setLParenLoc (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 949 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 …]
|
D | OpenMPClause.h | 132 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
|
D | Expr.h | 2623 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
|
D | ExprCXX.h | 1268 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function 2889 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
D | DeclObjC.h | 2260 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
D | Stmt.h | 1189 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 245 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 …]
|
D | ASTReader.cpp | 5814 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()
|
D | ASTReaderDecl.cpp | 965 D->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyDecl()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 4683 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()
|
D | SemaType.cpp | 3801 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc() 3811 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
|
D | SemaDecl.cpp | 4905 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()
|