Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp2283 Dir->setTargetCallLoc(TargetCallLoc); in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h5763 void setTargetCallLoc(SourceLocation Loc) { TargetCallLoc = Loc; } in setTargetCallLoc() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2690 D->setTargetCallLoc(Record.readSourceLocation()); in VisitOMPDispatchDirective()