HomeSort by relevance Sort by last modified time
    Searched refs:setStartLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
Stmt.h 474 void setStartLoc(SourceLocation L) { StartLoc = L; }
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 272 S->setStartLoc(ReadSourceLocation(Record, Idx));
    [all...]

Completed in 35 milliseconds