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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h471 void setEndLoc(SourceLocation L) { EndLoc = L; } function in class:clang::DeclStmt
1701 void setEndLoc(SourceLocation L) { EndLoc = L; } function in class:clang::MSAsmStmt
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h74 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } function in class:clang::CXXScopeSpec

Completed in 158 milliseconds