Searched refs:getTypeSpecStartLoc (Results 1 – 10 of 10) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 3270 return getTypeSpecStartLoc() < y.getTypeSpecStartLoc(); in operator <() 3278 SourceLocation getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in __anon7fb9f6900711::TypeWithHandler 3279 return stmt->getExceptionDecl()->getTypeSpecStartLoc(); in getTypeSpecStartLoc() 3327 Diag(curr.getTypeSpecStartLoc(), in ActOnCXXTryBlock() 3330 Diag(prev.getTypeSpecStartLoc(), in ActOnCXXTryBlock()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 467 D->getTypeSpecStartLoc(), in VisitVarDecl() 2617 D->getTypeSpecStartLoc(), D->getDeclName()); in VisitVarTemplateSpecializationDecl() 2928 PartialSpec->getTypeSpecStartLoc(), PartialSpec->getDeclName()); in InstantiateVarTemplatePartialSpecialization() 2980 D->getTypeSpecStartLoc(), in SubstFunctionType() 3527 PatternDecl->getTypeSpecStartLoc(), PatternDecl->getDeclName()); in CompleteVarTemplateSpecializationDecl()
|
| H A D | SemaDecl.cpp | 6545 SourceLocation Loc = FDParam->getTypeSpecStartLoc(); in DiagnoseInvalidRedeclaration() 8123 Diag(FD->getTypeSpecStartLoc(), diag::ext_main_returns_nonint); in CheckMain() 8140 Diag(FD->getTypeSpecStartLoc(), diag::err_main_returns_nonint) in CheckMain()
|
| H A D | SemaTemplateDeduction.cpp | 2628 Function->getTypeSpecStartLoc(), Function->getDeclName()); in SubstituteExplicitTemplateArguments()
|
| H A D | SemaDeclAttr.cpp | 3218 S.Diag(FD->getTypeSpecStartLoc(), diag::err_kern_type_not_void_return) in handleGlobalAttr()
|
| H A D | SemaTemplate.cpp | 2457 Templated->getTypeSpecStartLoc(), Templated->getDeclName()); in ActOnVarTemplateSpecialization()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2199 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() 2291 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() 3639 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction() 4210 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() 4246 FunLocStart = CurFunctionDef->getTypeSpecStartLoc(); in RewriteByRefVar() 4911 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
|
| H A D | RewriteModernObjC.cpp | 2311 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl() 2402 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl() 3097 return FD->getTypeSpecStartLoc(); in getFunctionSourceLocation() 4531 : FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction() 5135 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar() 5894 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | Decl.h | 622 SourceLocation getTypeSpecStartLoc() const;
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Decl.cpp | 1561 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in DeclaratorDecl
|