Searched defs:FuncDecl (Results 1 - 3 of 3) sorted by relevance
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p3.cpp | 195 constexpr int FuncDecl() { function
|
/external/clang/lib/Parse/ |
H A D | Parser.cpp | 1053 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, local 1055 D.complete(FuncDecl); 1057 if (FuncDecl) { 1059 StashAwayMethodOrFunctionBodyTokens(FuncDecl); 1061 return FuncDecl;
|
/external/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 69 const FunctionDecl *FuncDecl, bool ResultAnnotated); 76 const FunctionDecl *FuncDecl); 1442 if (const FunctionDecl *FuncDecl = dyn_cast<FunctionDecl>(Decl)) { 1443 CF_BRIDGING_KIND AuditKind = migrateAddFunctionAnnotation(Ctx, FuncDecl); 1467 const FunctionDecl *FuncDecl, 1487 commit.insertAfterToken(FuncDecl->getLocEnd(), AnnotationString); 1493 for (FunctionDecl::param_const_iterator pi = FuncDecl->param_begin(), 1494 pe = FuncDecl->param_end(); pi != pe; ++pi, ++i) { 1516 const FunctionDecl *FuncDecl) { 1517 if (FuncDecl 1465 AddCFAnnotations(ASTContext &Ctx, const CallEffects &CE, const FunctionDecl *FuncDecl, bool ResultAnnotated) argument 1514 migrateAddFunctionAnnotation( ASTContext &Ctx, const FunctionDecl *FuncDecl) argument [all...] |
Completed in 103 milliseconds