Searched refs:TargetCallLoc (Results 1 – 3 of 3) sorted by relevance
6035 SourceLocation TargetCallLoc; variable6038 void setTargetCallLoc(SourceLocation Loc) { TargetCallLoc = Loc; } in setTargetCallLoc()6069 SourceLocation TargetCallLoc);6081 SourceLocation getTargetCallLoc() const { return TargetCallLoc; } in getTargetCallLoc()
2376 SourceLocation TargetCallLoc) { in Create() argument2379 Dir->setTargetCallLoc(TargetCallLoc); in Create()
10589 SourceLocation TargetCallLoc; in ActOnOpenMPDispatchDirective() local10616 TargetCallLoc = TargetCall->getExprLoc(); in ActOnOpenMPDispatchDirective()10622 Clauses, AStmt, TargetCallLoc); in ActOnOpenMPDispatchDirective()