Searched refs:getTypeSpecStartLoc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaStmt.cpp | 3054 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()
|
| D | SemaTemplateInstantiateDecl.cpp | 349 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()
|
| D | SemaDecl.cpp | 6163 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()
|
| D | SemaDeclAttr.cpp | 3704 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()
|
| D | SemaTemplateDeduction.cpp | 2610 Function->getTypeSpecStartLoc(), in SubstituteExplicitTemplateArguments()
|
| D | SemaTemplate.cpp | 2390 Templated->getTypeSpecStartLoc(), Templated->getDeclName()); in ActOnVarTemplateSpecialization()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | RewriteObjC.cpp | 2236 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()
|
| D | RewriteModernObjC.cpp | 2350 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/ |
| D | Decl.h | 602 SourceLocation getTypeSpecStartLoc() const;
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | Decl.cpp | 1476 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in DeclaratorDecl
|