Home
last modified time | relevance | path

Searched refs:TargetLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp864 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 DSemaCoroutine.cpp1844 TypeSourceInfo *TargetLoc = in castForMoving() local
1848 .BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in castForMoving()
H A DSemaDeclCXX.cpp4765 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo( in CastForMoving() local
4768 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in CastForMoving()
H A DSemaOpenMP.cpp3605 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 DSema.h6200 SourceLocation TargetLoc, const FunctionProtoType *Source,