Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmtOpenMP.h52 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
436 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderStmt.cpp1709 C->setLocEnd(Reader->ReadSourceLocation(Record, Idx)); in readClause()
1758 E->setLocEnd(ReadSourceLocation(Record, Idx)); in VisitOMPExecutableDirective()