Searched refs:getTypeSpecStartLoc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2205 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() 2296 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() 3620 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction() 4172 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() 4208 FunLocStart = CurFunctionDef->getTypeSpecStartLoc(); in RewriteByRefVar() 4871 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 2291 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() 2382 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() 3053 return FD->getTypeSpecStartLoc(); in getFunctionSourceLocation() 4433 : FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction() 5015 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() 5772 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 4442 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock() 4445 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock() 4457 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock() 4460 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1050 D->getTypeSourceInfo(), TemplateArgs, D->getTypeSpecStartLoc(), in VisitVarDecl() 3791 D->getTypeSpecStartLoc(), D->getDeclName()); in VisitVarTemplateSpecializationDecl() 4216 PartialSpec->getTypeSpecStartLoc(), PartialSpec->getDeclName()); in InstantiateVarTemplatePartialSpecialization() 4270 D->getTypeSpecStartLoc(), in SubstFunctionType() 5140 PatternDecl->getTypeSpecStartLoc(), PatternDecl->getDeclName()); in CompleteVarTemplateSpecializationDecl()
|
| H A D | SemaDecl.cpp | 8480 SourceLocation Loc = FDParam->getTypeSpecStartLoc(); in DiagnoseInvalidRedeclaration() 10009 Diag(Param->getTypeSpecStartLoc(), diag::err_reference_pipe_type ); in ActOnFunctionDeclarator() 11183 Diag(FD->getTypeSpecStartLoc(), diag::ext_main_returns_nonint); in CheckMain() 11200 Diag(FD->getTypeSpecStartLoc(), diag::err_main_returns_nonint) in CheckMain() 13072 Diag(var->getTypeSpecStartLoc(), diag::note_static_for_internal_linkage) in CheckCompleteVariableDeclaration() 14625 return FD->getTypeSpecStartLoc(); in ActOnFinishFunctionBody() 14627 Diag(FD->getTypeSpecStartLoc(), diag::note_static_for_internal_linkage) in ActOnFinishFunctionBody()
|
| H A D | SemaTemplateDeduction.cpp | 3337 Function->getTypeSpecStartLoc(), Function->getDeclName()); in SubstituteExplicitTemplateArguments() 3685 Specialization->getTypeSpecStartLoc(), in FinishTemplateArgumentDeduction()
|
| H A D | SemaDeclAttr.cpp | 4545 S.Diag(FD->getTypeSpecStartLoc(), diag::err_kern_type_not_void_return) in handleGlobalAttr()
|
| H A D | SemaChecking.cpp | 11965 S.Diag(Bitfield->getTypeSpecStartLoc(), diag::note_change_bitfield_sign) in AnalyzeBitFieldAssignment()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 826 SourceLocation getTypeSpecStartLoc() const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 1854 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in DeclaratorDecl
|