Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp323 SourceLocation ILoc = TSD->getPointOfInstantiation(); in reportRecord() local
324 if (ILoc.isValid()) in reportRecord()
326 << ILoc.printToString(BR->getSourceManager()); in reportRecord()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp1149 SourceLocation ILoc = ConsumeToken(); in ParseCastExpression() local
1153 (Actions.getTypeName(II, ILoc, getCurScope()) || in ParseCastExpression()
1161 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp2963 SourceLocation ILoc = DE->getExprLoc(); in CheckOMPThreadPrivateDecl() local
2978 if (RequireCompleteType(ILoc, VD->getType(), in CheckOMPThreadPrivateDecl()
2986 Diag(ILoc, diag::err_omp_ref_type_arg) in CheckOMPThreadPrivateDecl()
3004 Diag(ILoc, diag::err_omp_var_thread_local) in CheckOMPThreadPrivateDecl()