Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3270 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 DSemaTemplateInstantiateDecl.cpp467 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 DSemaDecl.cpp6545 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 DSemaTemplateDeduction.cpp2628 Function->getTypeSpecStartLoc(), Function->getDeclName()); in SubstituteExplicitTemplateArguments()
H A DSemaDeclAttr.cpp3218 S.Diag(FD->getTypeSpecStartLoc(), diag::err_kern_type_not_void_return) in handleGlobalAttr()
H A DSemaTemplate.cpp2457 Templated->getTypeSpecStartLoc(), Templated->getDeclName()); in ActOnVarTemplateSpecialization()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2199 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 DRewriteModernObjC.cpp2311 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 DDecl.h622 SourceLocation getTypeSpecStartLoc() const;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp1561 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() function in DeclaratorDecl