Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp328 SourceLocation ILoc = TSD->getPointOfInstantiation(); in reportRecord() local
329 if (ILoc.isValid()) in reportRecord()
331 << ILoc.printToString(BR->getSourceManager()); in reportRecord()
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseExpr.cpp1164 SourceLocation ILoc = ConsumeToken(); in ParseCastExpression() local
1168 (Actions.getTypeName(II, ILoc, getCurScope()) || in ParseCastExpression()
1176 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression()
1189 ILoc, PropertyLoc); in ParseCastExpression()
1202 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, nullptr, in ParseCastExpression()
1218 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope())) in ParseCastExpression()
1222 DS.SetRangeStart(ILoc); in ParseCastExpression()
1223 DS.SetRangeEnd(ILoc); in ParseCastExpression()
1226 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ, in ParseCastExpression()
1265 Name.setIdentifier(&II, ILoc); in ParseCastExpression()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOpenMP.cpp3199 SourceLocation ILoc = DE->getExprLoc(); in CheckOMPThreadPrivateDecl() local
3214 if (RequireCompleteType(ILoc, VD->getType(), in CheckOMPThreadPrivateDecl()
3222 Diag(ILoc, diag::err_omp_ref_type_arg) in CheckOMPThreadPrivateDecl()
3240 Diag(ILoc, diag::err_omp_var_thread_local) in CheckOMPThreadPrivateDecl()