Home
last modified time | relevance | path

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

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