Home
last modified time | relevance | path

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

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