Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp949 Clause->setLocEnd(EndLoc); in Create()
965 Clause->setLocEnd(EndLoc); in Create()
981 Clause->setLocEnd(EndLoc); in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h501 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
H A DOpenMPClause.h80 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2281 E->setLocEnd(readSourceLocation()); in VisitOMPExecutableDirective()
H A DASTReader.cpp11819 C->setLocEnd(Record.readSourceLocation()); in readClause()