Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp504 D->getTypeSpecStartLoc(), in VisitVarDecl()
2686 D->getTypeSpecStartLoc(), D->getDeclName()); in VisitVarTemplateSpecializationDecl()
2996 PartialSpec->getTypeSpecStartLoc(), PartialSpec->getDeclName()); in InstantiateVarTemplatePartialSpecialization()
3048 D->getTypeSpecStartLoc(), in SubstFunctionType()
3594 PatternDecl->getTypeSpecStartLoc(), PatternDecl->getDeclName()); in CompleteVarTemplateSpecializationDecl()
DSemaStmt.cpp3632 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3635 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3647 Diag(H->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
3650 Diag(Problem->getExceptionDecl()->getTypeSpecStartLoc(), in ActOnCXXTryBlock()
DSemaTemplateDeduction.cpp2600 Function->getTypeSpecStartLoc(), Function->getDeclName()); in SubstituteExplicitTemplateArguments()
DSemaDecl.cpp7004 SourceLocation Loc = FDParam->getTypeSpecStartLoc(); in DiagnoseInvalidRedeclaration()
8618 Diag(FD->getTypeSpecStartLoc(), diag::ext_main_returns_nonint); in CheckMain()
8635 Diag(FD->getTypeSpecStartLoc(), diag::err_main_returns_nonint) in CheckMain()
DSemaDeclAttr.cpp3612 S.Diag(FD->getTypeSpecStartLoc(), diag::err_kern_type_not_void_return) in handleGlobalAttr()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2200 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl()
2292 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl()
3628 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction()
4193 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar()
4229 FunLocStart = CurFunctionDef->getTypeSpecStartLoc(); in RewriteByRefVar()
4893 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
DRewriteModernObjC.cpp2312 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteTypeOfDecl()
2403 SourceLocation FunLocStart = FD->getTypeSpecStartLoc(); in RewriteBlockLiteralFunctionDecl()
3083 return FD->getTypeSpecStartLoc(); in getFunctionSourceLocation()
4506 : FD->getTypeSpecStartLoc(); in InsertBlockLiteralsWithinFunction()
5104 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); in RewriteByRefVar()
5862 SynthesizeBlockLiterals(VD->getTypeSpecStartLoc(), VD->getName()); in HandleDeclInMainFile()
/external/clang/include/clang/AST/
DDecl.h664 SourceLocation getTypeSpecStartLoc() const;
/external/clang/lib/AST/
DDecl.cpp1640 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in DeclaratorDecl