Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp958 Clause->setLocEnd(EndLoc); in Create()
974 Clause->setLocEnd(EndLoc); in Create()
990 Clause->setLocEnd(EndLoc); in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h502 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
H A DOpenMPClause.h80 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2321 E->setLocEnd(readSourceLocation()); in VisitOMPExecutableDirective()
H A DASTReader.cpp10289 C->setLocEnd(Record.readSourceLocation()); in readClause()