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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp150 SourceLocation ILoc = (*I)->getLocation(); local
154 if (RequireCompleteType(ILoc, VD->getType(),
162 Diag(ILoc, diag::err_omp_ref_type_arg)
170 Diag(ILoc, diag::err_omp_var_thread_local) << VD;
/freebsd-10.0-release/contrib/llvm/tools/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 115 milliseconds