HomeSort by relevance Sort by last modified time
    Searched refs:KindKwLoc (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
StmtOpenMP.h 139 SourceLocation KindKwLoc;
151 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; }
165 Kind(A), KindKwLoc(ALoc) { }
172 KindKwLoc(SourceLocation()) { }
183 SourceLocation getDefaultKindKwLoc() const { return KindKwLoc; }
  /external/clang/lib/Sema/
SemaOpenMP.cpp 255 SourceLocation KindKwLoc,
278 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
282 return new (Context) OMPDefaultClause(Kind, KindKwLoc, StartLoc, LParenLoc,
TreeTransform.h     [all...]

Completed in 1496 milliseconds