Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp3054 return getTypeSpecStartLoc() < y.getTypeSpecStartLoc(); in operator <()
3062 SourceLocation getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in __anonc1282e070511::TypeWithHandler
3063 return stmt->getExceptionDecl()->getTypeSpecStartLoc(); in getTypeSpecStartLoc()
3108 Diag(curr.getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3111 Diag(prev.getTypeSpecStartLoc(), in ActOnCXXTryBlock()
DSemaTemplateInstantiateDecl.cpp349 D->getTypeSpecStartLoc(), in VisitVarDecl()
2513 D->getTypeSpecStartLoc(), D->getDeclName()); in VisitVarTemplateSpecializationDecl()
2825 PartialSpec->getTypeSpecStartLoc(), PartialSpec->getDeclName()); in InstantiateVarTemplatePartialSpecialization()
2877 D->getTypeSpecStartLoc(), in SubstFunctionType()
3492 PatternDecl->getTypeSpecStartLoc(), PatternDecl->getDeclName()); in CompleteVarTemplateSpecializationDecl()
DSemaDecl.cpp6163 SourceLocation Loc = FDParam->getTypeSpecStartLoc(); in DiagnoseInvalidRedeclaration()
7738 Diag(FD->getTypeSpecStartLoc(), diag::ext_main_returns_nonint); in CheckMain()
7749 Diag(FD->getTypeSpecStartLoc(), diag::err_main_returns_nonint) in CheckMain()
7752 Diag(FD->getTypeSpecStartLoc(), diag::err_main_returns_nonint); in CheckMain()
DSemaDeclAttr.cpp3704 S.Diag(FD->getTypeSpecStartLoc(), diag::err_kern_type_not_void_return) in handleGlobalAttr()
3709 S.Diag(FD->getTypeSpecStartLoc(), diag::err_kern_type_not_void_return) in handleGlobalAttr()
DSemaTemplateDeduction.cpp2610 Function->getTypeSpecStartLoc(), in SubstituteExplicitTemplateArguments()
DSemaTemplate.cpp2390 Templated->getTypeSpecStartLoc(), Templated->getDeclName()); in ActOnVarTemplateSpecialization()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp2236 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl()
2328 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl()
3698 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction()
4276 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar()
4312 FunLocStart = CurFunctionDef->getTypeSpecStartLoc(); in RewriteByRefVar()
4982 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
DRewriteModernObjC.cpp2350 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl()
2441 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl()
3160 return FD->getTypeSpecStartLoc(); in getFunctionSourceLocation()
4624 : FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction()
5235 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar()
5993 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h602 SourceLocation getTypeSpecStartLoc() const;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDecl.cpp1476 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in DeclaratorDecl