Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp425 TypeLoc TargetLoc = Loc; in VisitTypeLoc() local
428 TargetLoc = ParentTypeLoc; in VisitTypeLoc()
432 TypeLoc TargetLoc = Loc; in VisitTypeLoc() local
440 TargetLoc = ParentTypeLoc; in VisitTypeLoc()
442 auto StartLoc = StartLocationForType(TargetLoc); in VisitTypeLoc()
443 auto EndLoc = EndLocationForType(TargetLoc); in VisitTypeLoc()
449 getClosestAncestorDecl(DynTypedNode::create(TargetLoc)), in VisitTypeLoc()
450 GetNestedNameForType(TargetLoc), in VisitTypeLoc()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp864 SourceLocation TargetLoc, QualType Source, in CheckExceptionSpecSubset()
873 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckExceptionSpecSubset()
880 SourceLocation TargetLoc, const FunctionProtoType *Source, in CheckSpecForTypesEquivalent()
886 Target->getReturnType(), TargetLoc, Source->getReturnType(), in CheckSpecForTypesEquivalent()
901 TargetLoc, Source->getParamType(SkipSourceFirstParameter ? 1 : 0), in CheckParamExceptionSpec()
879 CheckSpecForTypesEquivalent(Sema & S,const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,QualType Target,SourceLocation TargetLoc,QualType Source,SourceLocation SourceLoc) CheckSpecForTypesEquivalent() argument
900 CheckParamExceptionSpec(const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Target,bool SkipTargetFirstParameter,SourceLocation TargetLoc,const FunctionProtoType * Source,bool SkipSourceFirstParameter,SourceLocation SourceLoc) CheckParamExceptionSpec() argument
H A DSemaCoroutine.cpp1844 TypeSourceInfo *TargetLoc = in makeGroDeclAndReturnStmt()
1848 .BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in makeGroDeclAndReturnStmt()
1934 TypeSourceInfo *TargetLoc = castForMoving() local
H A DSemaDeclCXX.cpp4765 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo(
4768 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in BuildBaseInitializer()
4911 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo( CastForMoving() local
H A DSemaOpenMP.cpp3605 for (SourceLocation TargetLoc : TargetLocations) { in reportOriginalDsa()
3606 Diag(TargetLoc, diag::note_omp_requires_encountered_directive) in reportOriginalDsa()
3564 for (SourceLocation TargetLoc : TargetLocations) { CheckOMPRequiresDecl() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6200 SourceLocation TargetLoc, const FunctionProtoType *Source,