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

  /external/clang/include/clang/AST/
Stmt.h 476 void setEndLoc(SourceLocation L) { EndLoc = L; }
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 74 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); }
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 252 SS.setEndLoc(Tok.getLocation());
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 273 S->setEndLoc(ReadSourceLocation(Record, Idx));
    [all...]

Completed in 57 milliseconds