Searched refs:TargetCallLoc (Results 1 – 3 of 3) sorted by relevance
5971 SourceLocation TargetCallLoc; variable5974 void setTargetCallLoc(SourceLocation Loc) { TargetCallLoc = Loc; } in setTargetCallLoc()6005 SourceLocation TargetCallLoc);6017 SourceLocation getTargetCallLoc() const { return TargetCallLoc; } in getTargetCallLoc()
2338 SourceLocation TargetCallLoc) { in Create() argument2341 Dir->setTargetCallLoc(TargetCallLoc); in Create()
10525 SourceLocation TargetCallLoc; in ActOnOpenMPDispatchDirective() local10552 TargetCallLoc = TargetCall->getExprLoc(); in ActOnOpenMPDispatchDirective()10558 Clauses, AStmt, TargetCallLoc); in ActOnOpenMPDispatchDirective()