Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2205 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 DRewriteModernObjC.cpp2291 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 DSemaStmt.cpp4442 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 DSemaTemplateInstantiateDecl.cpp1050 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 DSemaDecl.cpp8480 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 DSemaTemplateDeduction.cpp3337 Function->getTypeSpecStartLoc(), Function->getDeclName()); in SubstituteExplicitTemplateArguments()
3685 Specialization->getTypeSpecStartLoc(), in FinishTemplateArgumentDeduction()
H A DSemaDeclAttr.cpp4545 S.Diag(FD->getTypeSpecStartLoc(), diag::err_kern_type_not_void_return) in handleGlobalAttr()
H A DSemaChecking.cpp11965 S.Diag(Bitfield->getTypeSpecStartLoc(), diag::note_change_bitfield_sign) in AnalyzeBitFieldAssignment()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h826 SourceLocation getTypeSpecStartLoc() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1854 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in DeclaratorDecl