Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp728 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 DSemaDeclCXX.cpp3289 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 DSema.h1222 const FunctionProtoType *Target, SourceLocation TargetLoc,