Home
last modified time | relevance | path

Searched defs:setEndLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmt.h471 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
1701 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h74 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function