Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp934 Clause->setLocEnd(EndLoc); in Create()
950 Clause->setLocEnd(EndLoc); in Create()
966 Clause->setLocEnd(EndLoc); in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h501 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
H A DOpenMPClause.h79 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2296 E->setLocEnd(readSourceLocation()); in VisitOMPExecutableDirective()
H A DASTReader.cpp12018 C->setLocEnd(Record.readSourceLocation()); in readClause()