Searched refs:ILoc (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 733 SourceLocation ILoc = ConsumeToken(); in ParseCastExpression() local 737 (Actions.getTypeName(II, ILoc, getCurScope()) || in ParseCastExpression() 752 ILoc, PropertyLoc); in ParseCastExpression() 765 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, ParsedType(), in ParseCastExpression() 781 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope())) in ParseCastExpression() 785 DS.SetRangeStart(ILoc); in ParseCastExpression() 786 DS.SetRangeEnd(ILoc); in ParseCastExpression() 789 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ, in ParseCastExpression() 818 Name.setIdentifier(&II, ILoc); in ParseCastExpression()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 729 SourceLocation ILoc = DE->getExprLoc(); in CheckOMPThreadPrivateDecl() local 733 if (RequireCompleteType(ILoc, VD->getType(), in CheckOMPThreadPrivateDecl() 741 Diag(ILoc, diag::err_omp_ref_type_arg) in CheckOMPThreadPrivateDecl() 753 Diag(ILoc, diag::err_omp_var_thread_local) << VD; in CheckOMPThreadPrivateDecl()
|