Home
last modified time | relevance | path

Searched refs:setEndLoc (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h471 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
1701 void setEndLoc(SourceLocation L) { EndLoc = L; } in setEndLoc() function
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h74 void setEndLoc(SourceLocation Loc) { Range.setEnd(Loc); } in setEndLoc() function
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseExprCXX.cpp270 SS.setEndLoc(Tok.getLocation()); in ParseOptionalCXXScopeSpecifier()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp283 S->setEndLoc(ReadSourceLocation(Record, Idx)); in VisitDeclStmt()