Home
last modified time | relevance | path

Searched refs:FuncDecl (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/ARCMigrate/
DObjCMT.cpp69 const FunctionDecl *FuncDecl, bool ResultAnnotated);
76 const FunctionDecl *FuncDecl);
1442 if (const FunctionDecl *FuncDecl = dyn_cast<FunctionDecl>(Decl)) { in migrateCFAnnotation() local
1443 CF_BRIDGING_KIND AuditKind = migrateAddFunctionAnnotation(Ctx, FuncDecl); in migrateCFAnnotation()
1467 const FunctionDecl *FuncDecl, in AddCFAnnotations() argument
1487 commit.insertAfterToken(FuncDecl->getLocEnd(), AnnotationString); in AddCFAnnotations()
1493 for (FunctionDecl::param_const_iterator pi = FuncDecl->param_begin(), in AddCFAnnotations()
1494 pe = FuncDecl->param_end(); pi != pe; ++pi, ++i) { in AddCFAnnotations()
1516 const FunctionDecl *FuncDecl) { in migrateAddFunctionAnnotation() argument
1517 if (FuncDecl->hasBody()) in migrateAddFunctionAnnotation()
[all …]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp3.cpp195 constexpr int FuncDecl() { in FuncDecl() function
/external/clang/lib/Parse/
DParser.cpp1053 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() local
1055 D.complete(FuncDecl); in ParseFunctionDefinition()
1057 if (FuncDecl) { in ParseFunctionDefinition()
1059 StashAwayMethodOrFunctionBodyTokens(FuncDecl); in ParseFunctionDefinition()
1061 return FuncDecl; in ParseFunctionDefinition()
/external/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp379 if (const auto *FuncDecl = dyn_cast<FunctionDecl>(D)) { in checkPreconditionViolation() local
380 if (checkParamsForPreconditionViolation(FuncDecl->parameters(), State, in checkPreconditionViolation()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1318 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl() local
1319 if (!FuncDecl->isTrivial()) in ActOnPropertyImplDecl()
1324 Diag(FuncDecl->getLocStart(), in ActOnPropertyImplDecl()
1325 diag::note_callee_decl) << FuncDecl; in ActOnPropertyImplDecl()