Searched refs:TargetLoc (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 728 QualType Target, SourceLocation TargetLoc, in CheckSpecForTypesEquivalent() argument 738 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent() 749 SourceLocation TargetLoc, in CheckParamExceptionSpec() argument 754 Target->getReturnType(), TargetLoc, Source->getReturnType(), in CheckParamExceptionSpec() 765 Target->getParamType(i), TargetLoc, Source->getParamType(i), in CheckParamExceptionSpec()
|
| H A D | SemaDeclCXX.cpp | 3289 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo( in CastForMoving() local 3292 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in CastForMoving()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 1222 const FunctionProtoType *Target, SourceLocation TargetLoc,
|