Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h5832 void setTargetCallLoc(SourceLocation Loc) { TargetCallLoc = Loc; } in setTargetCallLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2303 Dir->setTargetCallLoc(TargetCallLoc); in Create()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2747 D->setTargetCallLoc(Record.readSourceLocation()); in VisitOMPDispatchDirective()