Searched refs:getTypeSpecStartLoc (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2203 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() 2294 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() 3612 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction() 4163 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() 4199 FunLocStart = CurFunctionDef->getTypeSpecStartLoc(); in RewriteByRefVar() 4850 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 2290 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() 2381 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() 3052 return FD->getTypeSpecStartLoc(); in getFunctionSourceLocation() 4415 : FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction() 4997 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() 5735 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 4379 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock() 4382 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock() 4399 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock() 4402 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1652 D->getTypeSourceInfo(), TemplateArgs, D->getTypeSpecStartLoc(), in VisitVarDecl() 4570 D->getTypeSpecStartLoc(), D->getDeclName()); in VisitVarTemplateSpecializationDecl() 4939 PartialSpec->getTypeSpecStartLoc(), PartialSpec->getDeclName()); in InstantiateVarTemplatePartialSpecialization() 5016 OldTInfo, TemplateArgs, D->getTypeSpecStartLoc(), D->getDeclName(), in SubstFunctionType() 5949 PatternDecl->getTypeSpecStartLoc(), PatternDecl->getDeclName()); in CompleteVarTemplateSpecializationDecl()
|
| H A D | SemaDecl.cpp | 9290 SourceLocation Loc = FDParam->getTypeSpecStartLoc(); in DiagnoseInvalidRedeclaration() 11011 Diag(Param->getTypeSpecStartLoc(), diag::err_reference_pipe_type); in ActOnFunctionDeclarator() 11019 Diag(Param->getTypeSpecStartLoc(), in ActOnFunctionDeclarator() 12475 Diag(FD->getTypeSpecStartLoc(), diag::ext_main_returns_nonint); in CheckMain() 12492 Diag(FD->getTypeSpecStartLoc(), diag::err_main_returns_nonint) in CheckMain() 12502 const SourceLocation start = FD->getTypeSpecStartLoc(); in CheckMain() 14594 Diag(var->getTypeSpecStartLoc(), diag::note_static_for_internal_linkage) in CheckCompleteVariableDeclaration() 16438 return FD->getTypeSpecStartLoc(); in ActOnFinishFunctionBody() 16440 Diag(FD->getTypeSpecStartLoc(), in ActOnFinishFunctionBody()
|
| H A D | SemaTemplateDeduction.cpp | 3640 Function->getTypeSpecStartLoc(), Function->getDeclName()); in SubstituteExplicitTemplateArguments() 4066 Specialization->getTypeSpecStartLoc(), in FinishTemplateArgumentDeduction()
|
| H A D | SemaDeclAttr.cpp | 5181 S.Diag(FD->getTypeSpecStartLoc(), diag::err_kern_type_not_void_return) in handleGlobalAttr()
|
| H A D | SemaChecking.cpp | 11552 S.Diag(Bitfield->getTypeSpecStartLoc(), diag::note_change_bitfield_sign) in AnalyzeBitFieldAssignment()
|
| H A D | SemaDeclCXX.cpp | 11460 Diag(Conversion->getTypeSpecStartLoc(), diag::err_auto_not_allowed) in ActOnConversionDeclarator()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 853 SourceLocation getTypeSpecStartLoc() const;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 1987 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in DeclaratorDecl
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 9582 {"_ZNK5clang14DeclaratorDecl19getTypeSpecStartLocEv", "clang::DeclaratorDecl::getTypeSpecStartLoc()…
|