Searched refs:KLoc (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 694 SourceLocation KLoc; in ParseOpenMPSingleExprWithArgClause() local 698 KLoc = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause() 708 KLoc = Tok.getLocation(); in ParseOpenMPSingleExprWithArgClause() 736 Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, in ParseOpenMPSingleExprWithArgClause()
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 536 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setDefaultKindKwLoc() argument 608 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setProcBindKindKwLoc() argument 690 void setScheduleKindLoc(SourceLocation KLoc) { KindLoc = KLoc; } in setScheduleKindLoc() argument 721 SourceLocation KLoc, SourceLocation CommaLoc, in OMPScheduleClause() argument 725 Kind(Kind), KindLoc(KLoc), CommaLoc(CommaLoc) { in OMPScheduleClause()
|