Searched refs:ILoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOpenMP.cpp162 SourceLocation ILoc = DE->getExprLoc(); local
166 if (RequireCompleteType(ILoc, VD->getType(),
174 Diag(ILoc, diag::err_omp_ref_type_arg)
186 Diag(ILoc, diag::err_omp_var_thread_local) << VD;
/external/clang/lib/Parse/
H A DParseExpr.cpp774 SourceLocation ILoc = ConsumeToken(); local
778 (Actions.getTypeName(II, ILoc, getCurScope()) ||
793 ILoc, PropertyLoc);
806 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, ParsedType(),
822 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope()))
826 DS.SetRangeStart(ILoc);
827 DS.SetRangeEnd(ILoc);
830 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ);
857 Name.setIdentifier(&II, ILoc);

Completed in 80 milliseconds