Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp863 SourceLocation ILoc = ConsumeToken(); in ParseCastExpression() local
867 (Actions.getTypeName(II, ILoc, getCurScope()) || in ParseCastExpression()
882 ILoc, PropertyLoc); in ParseCastExpression()
895 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, ParsedType(), in ParseCastExpression()
911 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope())) in ParseCastExpression()
915 DS.SetRangeStart(ILoc); in ParseCastExpression()
916 DS.SetRangeEnd(ILoc); in ParseCastExpression()
919 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ, in ParseCastExpression()
955 Name.setIdentifier(&II, ILoc); in ParseCastExpression()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp946 SourceLocation ILoc = DE->getExprLoc(); in CheckOMPThreadPrivateDecl() local
957 if (RequireCompleteType(ILoc, VD->getType(), in CheckOMPThreadPrivateDecl()
965 Diag(ILoc, diag::err_omp_ref_type_arg) in CheckOMPThreadPrivateDecl()
983 Diag(ILoc, diag::err_omp_var_thread_local) in CheckOMPThreadPrivateDecl()