Searched defs:FuncDecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp3.cpp191 constexpr int FuncDecl() { function
/external/clang/lib/Parse/
H A DParser.cpp1014 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, local
1016 D.complete(FuncDecl);
1018 if (FuncDecl) {
1020 StashAwayMethodOrFunctionBodyTokens(FuncDecl);
1022 return FuncDecl;
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp68 const FunctionDecl *FuncDecl, bool ResultAnnotated);
75 const FunctionDecl *FuncDecl);
1311 if (const FunctionDecl *FuncDecl = dyn_cast<FunctionDecl>(Decl)) {
1312 CF_BRIDGING_KIND AuditKind = migrateAddFunctionAnnotation(Ctx, FuncDecl);
1336 const FunctionDecl *FuncDecl,
1358 commit.insertAfterToken(FuncDecl->getLocEnd(), AnnotationString);
1364 for (FunctionDecl::param_const_iterator pi = FuncDecl->param_begin(),
1365 pe = FuncDecl->param_end(); pi != pe; ++pi, ++i) {
1387 const FunctionDecl *FuncDecl) {
1388 if (FuncDecl
1334 AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, const FunctionDecl *FuncDecl, bool ResultAnnotated) argument
1385 migrateAddFunctionAnnotation( ASTContext &Ctx, const FunctionDecl *FuncDecl) argument
[all...]

Completed in 100 milliseconds