Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp963 Clause->setLocEnd(EndLoc); in Create()
979 Clause->setLocEnd(EndLoc); in Create()
995 Clause->setLocEnd(EndLoc); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h515 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
H A DOpenMPClause.h80 void setLocEnd(SourceLocation Loc) { EndLoc = Loc; } in setLocEnd() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2392 E->setLocEnd(readSourceLocation()); in VisitOMPExecutableDirective()
H A DASTReader.cpp10727 C->setLocEnd(Record.readSourceLocation()); in readClause()
11826 C->setLocEnd(Record.readSourceLocation()); in VisitOMPXAttributeClause()