Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h181 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
DOpenMPClause.h53 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1936 C->setLocEnd(Reader->ReadSourceLocation(Record, Idx)); in readClause()
2477 E->setLocEnd(ReadSourceLocation(Record, Idx)); in VisitOMPExecutableDirective()