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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 1118 setWhileLoc(WL);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2418 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; }
2481 void setWhileLoc(SourceLocation L) { WhileLoc = L; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 279 S->setWhileLoc(readSourceLocation());
289 S->setWhileLoc(readSourceLocation());

Completed in 21 milliseconds