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

/external/clang/include/clang/AST/
H A DStmt.h474 void setEndLoc(SourceLocation L) { EndLoc = L; } function in class:clang::DeclStmt
1698 void setEndLoc(SourceLocation L) { EndLoc = L; } function in class:clang::MSAsmStmt
/external/clang/include/clang/Sema/
H A DDeclSpec.h74 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } function in class:clang::CXXScopeSpec

Completed in 172 milliseconds