Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp611 D->getTypeSpecStartLoc(), in VisitVarDecl()
2846 D->getTypeSpecStartLoc(), D->getDeclName()); in VisitVarTemplateSpecializationDecl()
3153 PartialSpec->getTypeSpecStartLoc(), PartialSpec->getDeclName()); in InstantiateVarTemplatePartialSpecialization()
3204 D->getTypeSpecStartLoc(), in SubstFunctionType()
3768 PatternDecl->getTypeSpecStartLoc(), PatternDecl->getDeclName()); in CompleteVarTemplateSpecializationDecl()
DSemaStmt.cpp3700 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3703 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3715 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3718 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
DSemaDecl.cpp7283 SourceLocation Loc = FDParam->getTypeSpecStartLoc(); in DiagnoseInvalidRedeclaration()
8593 Diag(Param->getTypeSpecStartLoc(), diag::err_reference_pipe_type ); in ActOnFunctionDeclarator()
8952 Diag(FD->getTypeSpecStartLoc(), diag::ext_main_returns_nonint); in CheckMain()
8969 Diag(FD->getTypeSpecStartLoc(), diag::err_main_returns_nonint) in CheckMain()
DSemaTemplateDeduction.cpp2599 Function->getTypeSpecStartLoc(), Function->getDeclName()); in SubstituteExplicitTemplateArguments()
DSemaDeclAttr.cpp3708 S.Diag(FD->getTypeSpecStartLoc(), diag::err_kern_type_not_void_return) in handleGlobalAttr()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2196 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl()
2287 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl()
3619 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction()
4175 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar()
4211 FunLocStart = CurFunctionDef->getTypeSpecStartLoc(); in RewriteByRefVar()
4873 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
DRewriteModernObjC.cpp2285 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl()
2376 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl()
3052 return FD->getTypeSpecStartLoc(); in getFunctionSourceLocation()
4441 : FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction()
5028 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar()
5784 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
/external/clang/include/clang/AST/
DDecl.h724 SourceLocation getTypeSpecStartLoc() const;
/external/clang/lib/AST/
DDecl.cpp1643 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in DeclaratorDecl