HomeSort by: relevance | last modified time | path
    Searched defs:IteratorKwLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprOpenMP.h 312 SourceLocation IteratorKwLoc;
320 OMPIteratorExpr(QualType ExprTy, SourceLocation IteratorKwLoc,
358 SourceLocation IteratorKwLoc, SourceLocation L,
372 SourceLocation getIteratorKwLoc() const { return IteratorKwLoc; }
373 void setIteratorKwLoc(SourceLocation L) { IteratorKwLoc = L; }
374 SourceLocation getBeginLoc() const LLVM_READONLY { return IteratorKwLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 3614 SourceLocation IteratorKwLoc = ConsumeToken();
3712 return Actions.ActOnOMPIteratorExpr(getCurScope(), IteratorKwLoc, LLoc, RLoc,

Completed in 53 milliseconds