Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp759 QualType Target, SourceLocation TargetLoc, in CheckSpecForTypesEquivalent() argument
769 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent()
780 SourceLocation TargetLoc, in CheckParamExceptionSpec() argument
785 Target->getReturnType(), TargetLoc, Source->getReturnType(), in CheckParamExceptionSpec()
796 Target->getParamType(i), TargetLoc, Source->getParamType(i), in CheckParamExceptionSpec()
DSemaDeclCXX.cpp3329 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo( in CastForMoving() local
3332 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in CastForMoving()
/external/clang/include/clang/Sema/
DSema.h1330 const FunctionProtoType *Target, SourceLocation TargetLoc,