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 571 /// \param KLoc Argument location.
573 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; }
643 /// \param KLoc Kind location.
645 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; }
764 /// \param KLoc Schedule kind location.
766 void setScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; }
784 /// \param KLoc Starting location of the argument
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp     [all...]

Completed in 1103 milliseconds