Home
last modified time | relevance | path

Searched refs:setLocEnd (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmtOpenMP.h52 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
318 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1694 C->setLocEnd(Reader->ReadSourceLocation(Record, Idx)); in readClause()
1723 E->setLocEnd(ReadSourceLocation(Record, Idx)); in VisitOMPExecutableDirective()