Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp322 SourceLocation ILoc = TSD->getPointOfInstantiation(); in reportRecord() local
323 if (ILoc.isValid()) in reportRecord()
325 << ILoc.printToString(BR->getSourceManager()); in reportRecord()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1945 DebugLoc ILoc = I->getDebugLoc(); in salvageDebugInfo() local
1947 if (ILoc && DVILoc && in salvageDebugInfo()
1949 ILoc->getScope()->getSubprogram()) in salvageDebugInfo()
1987 DebugLoc ILoc = I->getDebugLoc(); in salvageDebugInfo() local
1989 if (ILoc && DVRLoc && in salvageDebugInfo()
1991 ILoc->getScope()->getSubprogram()) in salvageDebugInfo()
1992 DVR.setDebugLoc(ILoc); in salvageDebugInfo()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp917 SourceLocation ILoc = ConsumeToken(); in ParseCastExpression() local
921 (Actions.getTypeName(II, ILoc, getCurScope()) || in ParseCastExpression()
929 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression()
941 Res = Actions.ObjC().ActOnClassPropertyRefExpr(II, PropertyName, ILoc, in ParseCastExpression()
955 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, nullptr, in ParseCastExpression()
971 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope())) in ParseCastExpression()
975 DS.SetRangeStart(ILoc); in ParseCastExpression()
976 DS.SetRangeEnd(ILoc); in ParseCastExpression()
979 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ, in ParseCastExpression()
1014 Name.setIdentifier(&II, ILoc); in ParseCastExpression()
H A DParseDeclCXX.cpp4965 IdentifierLoc *ILoc = ::new (Actions.getASTContext()) in ParseHLSLRootSignatureAttributeArgs() local
4968 ArgsVector Args = {ILoc}; in ParseHLSLRootSignatureAttributeArgs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3247 SourceLocation ILoc = DE->getExprLoc(); in CheckOMPThreadPrivateDecl() local
3263 ILoc, VD->getType(), diag::err_omp_threadprivate_incomplete_type)) { in CheckOMPThreadPrivateDecl()
3271 Diag(ILoc, diag::err_omp_ref_type_arg) in CheckOMPThreadPrivateDecl()
3290 Diag(ILoc, diag::err_omp_var_thread_local) in CheckOMPThreadPrivateDecl()