Searched refs:ILoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PaddingChecker.cpp | 290 SourceLocation ILoc = TSD->getPointOfInstantiation(); in reportRecord() local 291 if (ILoc.isValid()) in reportRecord() 293 << ILoc.printToString(BR->getSourceManager()); in reportRecord()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | PaddingChecker.cpp | 323 SourceLocation ILoc = TSD->getPointOfInstantiation(); in reportRecord() local 324 if (ILoc.isValid()) in reportRecord() 326 << ILoc.printToString(BR->getSourceManager()); in reportRecord()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 880 SourceLocation ILoc = ConsumeToken(); in ParseCastExpression() local 884 (Actions.getTypeName(II, ILoc, getCurScope()) || in ParseCastExpression() 899 ILoc, PropertyLoc); in ParseCastExpression() 912 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, nullptr, in ParseCastExpression() 928 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope())) in ParseCastExpression() 932 DS.SetRangeStart(ILoc); in ParseCastExpression() 933 DS.SetRangeEnd(ILoc); in ParseCastExpression() 936 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ, in ParseCastExpression() 972 Name.setIdentifier(&II, ILoc); in ParseCastExpression()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseExpr.cpp | 1149 SourceLocation ILoc = ConsumeToken(); in ParseCastExpression() local 1153 (Actions.getTypeName(II, ILoc, getCurScope()) || in ParseCastExpression() 1160 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression() 1174 ILoc, PropertyLoc); in ParseCastExpression() 1187 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, nullptr, in ParseCastExpression() 1203 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope())) in ParseCastExpression() 1207 DS.SetRangeStart(ILoc); in ParseCastExpression() 1208 DS.SetRangeEnd(ILoc); in ParseCastExpression() 1211 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ, in ParseCastExpression() 1249 Name.setIdentifier(&II, ILoc); in ParseCastExpression()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 1322 SourceLocation ILoc = DE->getExprLoc(); in CheckOMPThreadPrivateDecl() local 1337 if (RequireCompleteType(ILoc, VD->getType(), in CheckOMPThreadPrivateDecl() 1345 Diag(ILoc, diag::err_omp_ref_type_arg) in CheckOMPThreadPrivateDecl() 1363 Diag(ILoc, diag::err_omp_var_thread_local) in CheckOMPThreadPrivateDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 2947 SourceLocation ILoc = DE->getExprLoc(); in CheckOMPThreadPrivateDecl() local 2962 if (RequireCompleteType(ILoc, VD->getType(), in CheckOMPThreadPrivateDecl() 2970 Diag(ILoc, diag::err_omp_ref_type_arg) in CheckOMPThreadPrivateDecl() 2988 Diag(ILoc, diag::err_omp_var_thread_local) in CheckOMPThreadPrivateDecl()
|