HomeSort by relevance Sort by last modified time
    Searched refs:ILoc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
ParseExpr.cpp 733 SourceLocation ILoc = ConsumeToken();
737 (Actions.getTypeName(II, ILoc, getCurScope()) ||
752 ILoc, PropertyLoc);
765 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, ParsedType(),
781 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope()))
785 DS.SetRangeStart(ILoc);
786 DS.SetRangeEnd(ILoc);
789 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ,
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 729 SourceLocation ILoc = DE->getExprLoc();
733 if (RequireCompleteType(ILoc, VD->getType(),
741 Diag(ILoc, diag::err_omp_ref_type_arg)
753 Diag(ILoc, diag::err_omp_var_thread_local) << VD;
    [all...]

Completed in 40 milliseconds