Searched refs:getDoLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h1085 SourceLocation getDoLoc() const { return DoLoc; } function in class:clang::DoStmt
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp157 Writer.AddSourceLocation(S->getDoLoc(), Record);
/external/clang/lib/Sema/
H A DTreeTransform.h5529 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(),

Completed in 781 milliseconds