Searched refs:ILoc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PaddingChecker.cpp | 324 SourceLocation ILoc = TSD->getPointOfInstantiation(); in reportRecord() local 325 if (ILoc.isValid()) in reportRecord() 327 << ILoc.printToString(BR->getSourceManager()); in reportRecord()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1242 SourceLocation ILoc = ConsumeToken(); in ParseCastExpression() local 1246 (Actions.getTypeName(II, ILoc, getCurScope()) || in ParseCastExpression() 1254 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression() 1266 Res = Actions.ObjC().ActOnClassPropertyRefExpr(II, PropertyName, ILoc, in ParseCastExpression() 1280 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, nullptr, in ParseCastExpression() 1296 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope())) in ParseCastExpression() 1300 DS.SetRangeStart(ILoc); in ParseCastExpression() 1301 DS.SetRangeEnd(ILoc); in ParseCastExpression() 1304 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ, in ParseCastExpression() 1342 Name.setIdentifier(&II, ILoc); in ParseCastExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 2979 DebugLoc ILoc = I->getDebugLoc(); in salvageDebugInfo() local 2981 if (ILoc && DVILoc && in salvageDebugInfo() 2983 ILoc->getScope()->getSubprogram()) in salvageDebugInfo() 3021 DebugLoc ILoc = I->getDebugLoc(); in salvageDebugInfo() local 3023 if (ILoc && DVRLoc && in salvageDebugInfo() 3025 ILoc->getScope()->getSubprogram()) in salvageDebugInfo() 3026 DVR.setDebugLoc(ILoc); in salvageDebugInfo()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 3263 SourceLocation ILoc = DE->getExprLoc(); in CheckOMPThreadPrivateDecl() local 3279 ILoc, VD->getType(), diag::err_omp_threadprivate_incomplete_type)) { in CheckOMPThreadPrivateDecl() 3286 Diag(ILoc, diag::err_omp_ref_type_arg) in CheckOMPThreadPrivateDecl() 3304 Diag(ILoc, diag::err_omp_var_thread_local) in CheckOMPThreadPrivateDecl()
|