Searched refs:getTypeSpecStartLoc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2196 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() 2287 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() 3619 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction() 4174 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() 4210 FunLocStart = CurFunctionDef->getTypeSpecStartLoc(); in RewriteByRefVar() 4868 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 2287 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() 2378 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() 3047 return FD->getTypeSpecStartLoc(); in getFunctionSourceLocation() 4436 : FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction() 5022 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() 5775 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 720 D->getTypeSourceInfo(), TemplateArgs, D->getTypeSpecStartLoc(), in VisitVarDecl() 3134 D->getTypeSpecStartLoc(), D->getDeclName()); in VisitVarTemplateSpecializationDecl() 3460 PartialSpec->getTypeSpecStartLoc(), PartialSpec->getDeclName()); in InstantiateVarTemplatePartialSpecialization() 3514 D->getTypeSpecStartLoc(), in SubstFunctionType() 4144 PatternDecl->getTypeSpecStartLoc(), PatternDecl->getDeclName()); in CompleteVarTemplateSpecializationDecl()
|
| H A D | SemaStmt.cpp | 4079 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock() 4082 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock() 4094 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock() 4097 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
|
| H A D | SemaTemplateDeduction.cpp | 3094 Function->getTypeSpecStartLoc(), Function->getDeclName()); in SubstituteExplicitTemplateArguments() 3415 Specialization->getTypeSpecStartLoc(), in FinishTemplateArgumentDeduction()
|
| H A D | SemaDecl.cpp | 7837 SourceLocation Loc = FDParam->getTypeSpecStartLoc(); in DiagnoseInvalidRedeclaration() 9205 Diag(Param->getTypeSpecStartLoc(), diag::err_reference_pipe_type ); in ActOnFunctionDeclarator() 10330 Diag(FD->getTypeSpecStartLoc(), diag::ext_main_returns_nonint); in CheckMain() 10347 Diag(FD->getTypeSpecStartLoc(), diag::err_main_returns_nonint) in CheckMain()
|
| H A D | SemaDeclAttr.cpp | 4241 S.Diag(FD->getTypeSpecStartLoc(), diag::err_kern_type_not_void_return) in handleGlobalAttr()
|
| H A D | SemaChecking.cpp | 10396 S.Diag(Bitfield->getTypeSpecStartLoc(), diag::note_change_bitfield_sign) in AnalyzeBitFieldAssignment()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Decl.h | 772 SourceLocation getTypeSpecStartLoc() const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Decl.cpp | 1765 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in DeclaratorDecl
|