Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderStmt.cpp249 S->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitForStmt()
728 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCStyleCastExpr()
734 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCompoundLiteralExpr()
870 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitStmtExpr()
1331 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCXXFunctionalCastExpr()
1507 E->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitCXXUnresolvedConstructExpr()
1955 C->setLParenLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPIfClause()
1960 C->setLParenLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPFinalClause()
1965 C->setLParenLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPNumThreadsClause()
1970 C->setLParenLoc(Reader->ReadSourceLocation(Record, Idx)); in VisitOMPSafelenClause()
[all …]
DASTReader.cpp5807 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitFunctionTypeLoc()
5828 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfExprTypeLoc()
5833 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitTypeOfTypeLoc()
5842 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryTransformTypeLoc()
5895 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitParenTypeLoc()
5946 TL.setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitAtomicTypeLoc()
DASTReaderDecl.cpp1118 D->setLParenLoc(ReadSourceLocation(Record, Idx)); in VisitObjCPropertyDecl()
/external/clang/include/clang/AST/
DTypeLoc.h1031 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1043 setLParenLoc(Loc); in initializeLocal()
1277 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1319 setLParenLoc(Loc); in initializeLocal()
1597 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1612 setLParenLoc(range.getBegin()); in setParensRange()
1622 setLParenLoc(Loc); in initializeLocal()
1680 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; } in setLParenLoc() function
1700 setLParenLoc(Range.getBegin()); in setParensRange()
1707 setLParenLoc(Loc); in initializeLocal()
[all …]
DOpenMPClause.h177 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
250 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
311 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
365 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
421 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
476 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
532 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
598 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
671 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
761 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
[all …]
DExpr.h2596 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
2861 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
3404 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
DExprCXX.h1424 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
3068 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
DDeclObjC.h777 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
DStmt.h1203 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
/external/clang/lib/Sema/
DTreeTransform.h5014 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType()
5139 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType()
5219 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()
5242 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()
5468 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType()
5790 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
DSemaType.cpp5089 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
5099 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
DSemaDecl.cpp5236 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()