Searched refs:ILoc (Results 1 – 3 of 3) 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/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/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()
|