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

  /external/clang/include/clang/AST/
OpenMPClause.h 390 /// \param KLoc Argument location.
392 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; }
460 /// \param KLoc Kind location.
462 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; }
538 /// \param KLoc Schedule kind location.
540 void setScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; }
558 /// \param KLoc Starting location of the argument
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 492 SourceLocation KLoc = Tok.getLocation();
512 Kind, Type, Val.get(), Loc, T.getOpenLocation(), KLoc, CommaLoc,

Completed in 56 milliseconds