Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h169 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
HDOpenMPClause.h53 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp1794 C->setLocEnd(Reader->ReadSourceLocation(Record, Idx)); in readClause()
2073 E->setLocEnd(ReadSourceLocation(Record, Idx)); in VisitOMPExecutableDirective()