Searched refs:TargetLoc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 864 SourceLocation TargetLoc, QualType Source, in CheckSpecForTypesEquivalent() argument 873 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent() 880 SourceLocation TargetLoc, const FunctionProtoType *Source, in CheckParamExceptionSpec() argument 886 Target->getReturnType(), TargetLoc, Source->getReturnType(), in CheckParamExceptionSpec() 901 TargetLoc, Source->getParamType(SkipSourceFirstParameter ? 1 : 0), in CheckParamExceptionSpec()
|
H A D | SemaCoroutine.cpp | 1844 TypeSourceInfo *TargetLoc = in castForMoving() local 1848 .BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in castForMoving()
|
H A D | SemaDeclCXX.cpp | 4765 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo( in CastForMoving() local 4768 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in CastForMoving()
|
H A D | SemaOpenMP.cpp | 3605 for (SourceLocation TargetLoc : TargetLocations) { in CheckOMPRequiresDecl() local 3606 Diag(TargetLoc, diag::note_omp_requires_encountered_directive) in CheckOMPRequiresDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 6200 SourceLocation TargetLoc, const FunctionProtoType *Source,
|