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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp323 SourceLocation ILoc = TSD->getPointOfInstantiation(); local
324 if (ILoc.isValid())
326 << ILoc.printToString(BR->getSourceManager());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp1149 SourceLocation ILoc = ConsumeToken(); local
1153 (Actions.getTypeName(II, ILoc, getCurScope()) ||
1161 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); local
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, PrevSpe
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp2963 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 337 milliseconds