Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp472 D->getTypeSpecStartLoc(), in VisitVarDecl()
2622 D->getTypeSpecStartLoc(), D->getDeclName()); in VisitVarTemplateSpecializationDecl()
2933 PartialSpec->getTypeSpecStartLoc(), PartialSpec->getDeclName()); in InstantiateVarTemplatePartialSpecialization()
2985 D->getTypeSpecStartLoc(), in SubstFunctionType()
3528 PatternDecl->getTypeSpecStartLoc(), PatternDecl->getDeclName()); in CompleteVarTemplateSpecializationDecl()
DSemaStmt.cpp3583 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3586 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3598 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3601 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
DSemaTemplateDeduction.cpp2592 Function->getTypeSpecStartLoc(), Function->getDeclName()); in SubstituteExplicitTemplateArguments()
DSemaDecl.cpp6668 SourceLocation Loc = FDParam->getTypeSpecStartLoc(); in DiagnoseInvalidRedeclaration()
8219 Diag(FD->getTypeSpecStartLoc(), diag::ext_main_returns_nonint); in CheckMain()
8236 Diag(FD->getTypeSpecStartLoc(), diag::err_main_returns_nonint) in CheckMain()
DSemaDeclAttr.cpp3288 S.Diag(FD->getTypeSpecStartLoc(), diag::err_kern_type_not_void_return) in handleGlobalAttr()
DSemaTemplate.cpp2476 Templated->getTypeSpecStartLoc(), Templated->getDeclName()); in ActOnVarTemplateSpecialization()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2199 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl()
2291 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl()
3639 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction()
4207 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar()
4243 FunLocStart = CurFunctionDef->getTypeSpecStartLoc(); in RewriteByRefVar()
4908 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
DRewriteModernObjC.cpp2311 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl()
2402 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl()
3091 return FD->getTypeSpecStartLoc(); in getFunctionSourceLocation()
4525 : FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction()
5126 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar()
5885 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
/external/clang/include/clang/AST/
DDecl.h662 SourceLocation getTypeSpecStartLoc() const;
/external/clang/lib/AST/
DDecl.cpp1614 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in DeclaratorDecl