Home
last modified time | relevance | path

Searched refs:setDoLoc (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DStmt.h2457 setDoLoc(DL); in DoStmt()
2475 void setDoLoc(SourceLocation L) { DoStmtBits.DoLoc = L; } in setDoLoc() function
/external/clang/include/clang/AST/
DStmt.h1128 void setDoLoc(SourceLocation L) { DoLoc = L; } in setDoLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp286 S->setDoLoc(readSourceLocation()); in VisitDoStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp235 S->setDoLoc(ReadSourceLocation(Record, Idx)); in VisitDoStmt()