HomeSort by: relevance | last modified time | path
    Searched refs:getDoLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2478 SourceLocation getDoLoc() const { return DoStmtBits.DoLoc; }
2485 SourceLocation getBeginLoc() const { return getDoLoc(); }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 211 Record.AddSourceLocation(S->getDoLoc());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 6275 auto ToDoLoc = importChecked(Err, S->getDoLoc());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 7468 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(),

Completed in 31 milliseconds