Home
last modified time | relevance | path

Searched refs:getTypeSpecStartLoc (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4264 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4267 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4284 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
4287 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
H A DSemaTemplateInstantiateDecl.cpp1193 D->getTypeSourceInfo(), TemplateArgs, D->getTypeSpecStartLoc(), in VisitVarDecl()
4023 D->getTypeSpecStartLoc(), D->getDeclName()); in VisitVarTemplateSpecializationDecl()
4390 PartialSpec->getTypeSpecStartLoc(), PartialSpec->getDeclName()); in InstantiateVarTemplatePartialSpecialization()
4467 OldTInfo, TemplateArgs, D->getTypeSpecStartLoc(), D->getDeclName(), in SubstFunctionType()
5272 PatternDecl->getTypeSpecStartLoc(), PatternDecl->getDeclName()); in CompleteVarTemplateSpecializationDecl()
H A DSemaDecl.cpp9070 SourceLocation Loc = FDParam->getTypeSpecStartLoc(); in DiagnoseInvalidRedeclaration()
10794 Diag(Param->getTypeSpecStartLoc(), diag::err_reference_pipe_type ); in ActOnFunctionDeclarator()
10802 Diag(Param->getTypeSpecStartLoc(), in ActOnFunctionDeclarator()
12274 Diag(FD->getTypeSpecStartLoc(), diag::ext_main_returns_nonint); in CheckMain()
12291 Diag(FD->getTypeSpecStartLoc(), diag::err_main_returns_nonint) in CheckMain()
14233 Diag(var->getTypeSpecStartLoc(), diag::note_static_for_internal_linkage) in CheckCompleteVariableDeclaration()
15959 return FD->getTypeSpecStartLoc(); in ActOnFinishFunctionBody()
15961 Diag(FD->getTypeSpecStartLoc(), in ActOnFinishFunctionBody()
H A DSemaTemplateDeduction.cpp3566 Function->getTypeSpecStartLoc(), Function->getDeclName()); in SubstituteExplicitTemplateArguments()
3980 Specialization->getTypeSpecStartLoc(), in FinishTemplateArgumentDeduction()
H A DSemaDeclAttr.cpp4588 S.Diag(FD->getTypeSpecStartLoc(), diag::err_kern_type_not_void_return) in handleGlobalAttr()
H A DSemaChecking.cpp10294 S.Diag(Bitfield->getTypeSpecStartLoc(), diag::note_change_bitfield_sign) in AnalyzeBitFieldAssignment()
H A DSemaDeclCXX.cpp11219 Diag(Conversion->getTypeSpecStartLoc(), diag::err_auto_not_allowed) in ActOnConversionDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2291 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl()
2382 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl()
3053 return FD->getTypeSpecStartLoc(); in getFunctionSourceLocation()
4431 : FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction()
5013 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar()
5769 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h831 SourceLocation getTypeSpecStartLoc() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1970 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in DeclaratorDecl