Searched refs:DelimLoc (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 685 SourceLocation DelimLoc; in ParseOpenMPSingleExprWithArgClause() local 705 DelimLoc = ConsumeAnyToken(); in ParseOpenMPSingleExprWithArgClause() 713 DelimLoc = ConsumeToken(); in ParseOpenMPSingleExprWithArgClause() 721 (Kind == OMPC_schedule && DelimLoc.isValid()) || Kind == OMPC_if; in ParseOpenMPSingleExprWithArgClause() 736 Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, in ParseOpenMPSingleExprWithArgClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5986 SourceLocation ArgumentLoc, SourceLocation DelimLoc, in ActOnOpenMPSingleExprWithArgClause() argument 5993 LParenLoc, ArgumentLoc, DelimLoc, EndLoc); in ActOnOpenMPSingleExprWithArgClause() 5998 StartLoc, LParenLoc, ArgumentLoc, DelimLoc, EndLoc); in ActOnOpenMPSingleExprWithArgClause()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8052 SourceLocation DelimLoc,
|