HomeSort by: relevance | last modified time | path
    Searched refs:TargetCallLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 5155 SourceLocation TargetCallLoc;
5158 void setTargetCallLoc(SourceLocation Loc) { TargetCallLoc = Loc; }
5184 /// \param TargetCallLoc Location of the target-call.
5189 SourceLocation TargetCallLoc);
5201 SourceLocation getTargetCallLoc() const { return TargetCallLoc; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 1966 SourceLocation TargetCallLoc) {
1969 Dir->setTargetCallLoc(TargetCallLoc);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 9815 SourceLocation TargetCallLoc;
9842 TargetCallLoc = TargetCall->getExprLoc();
9848 TargetCallLoc);

Completed in 47 milliseconds