Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2203 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 DRewriteModernObjC.cpp2290 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 DSemaStmt.cpp4379 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 DSemaTemplateInstantiateDecl.cpp1652 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 DSemaDecl.cpp9290 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 DSemaTemplateDeduction.cpp3640 Function->getTypeSpecStartLoc(), Function->getDeclName()); in SubstituteExplicitTemplateArguments()
4066 Specialization->getTypeSpecStartLoc(), in FinishTemplateArgumentDeduction()
H A DSemaDeclAttr.cpp5181 S.Diag(FD->getTypeSpecStartLoc(), diag::err_kern_type_not_void_return) in handleGlobalAttr()
H A DSemaChecking.cpp11552 S.Diag(Bitfield->getTypeSpecStartLoc(), diag::note_change_bitfield_sign) in AnalyzeBitFieldAssignment()
H A DSemaDeclCXX.cpp11460 Diag(Conversion->getTypeSpecStartLoc(), diag::err_auto_not_allowed) in ActOnConversionDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h853 SourceLocation getTypeSpecStartLoc() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1987 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in DeclaratorDecl
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc9582 {"_ZNK5clang14DeclaratorDecl19getTypeSpecStartLocEv", "clang::DeclaratorDecl::getTypeSpecStartLoc()…