HomeSort by: relevance | last modified time | path
    Searched refs:ILoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp 323 SourceLocation ILoc = TSD->getPointOfInstantiation();
324 if (ILoc.isValid())
326 << ILoc.printToString(BR->getSourceManager());
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 1149 SourceLocation ILoc = ConsumeToken();
1153 (Actions.getTypeName(II, ILoc, getCurScope()) ||
1161 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc);
1174 ILoc, PropertyLoc);
1187 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, nullptr,
1203 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope()))
1207 DS.SetRangeStart(ILoc);
1208 DS.SetRangeEnd(ILoc);
1211 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 2963 SourceLocation ILoc = DE->getExprLoc();
2978 if (RequireCompleteType(ILoc, VD->getType(),
2986 Diag(ILoc, diag::err_omp_ref_type_arg)
3004 Diag(ILoc, diag::err_omp_var_thread_local)

Completed in 28 milliseconds