Searched refs:FuncDecl (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 69 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() 1515 const FunctionDecl *FuncDecl) { in migrateAddFunctionAnnotation() argument 1516 if (FuncDecl->hasBody()) in migrateAddFunctionAnnotation() [all …]
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p3.cpp | 195 constexpr int FuncDecl() { in FuncDecl() function
|
/external/swiftshader/third_party/subzero/src/ |
D | PNaClTranslator.cpp | 650 for (Ice::FunctionDeclaration *FuncDecl : FunctionDeclarations) { in verifyFunctionTypeSignatures() 651 if (!FuncDecl->validateTypeSignature(Ctx)) in verifyFunctionTypeSignatures() 652 Error(FuncDecl->getTypeSignatureError(Ctx)); in verifyFunctionTypeSignatures() 1361 Func(nullptr), FuncDecl(Context->getFunctionByID(FcnId)), in FunctionParser() 1369 Func(nullptr), FuncDecl(Context->getFunctionByID(FcnId)), in FunctionParser() 1377 Ice::TimerMarker T(Ctx, FuncDecl->getName().toStringOrEmpty()); in parseFunction() 1386 const Ice::FuncSigType &Signature = FuncDecl->getSignature(); in parseFunction() 1388 Func->setFunctionName(FuncDecl->getName()); in parseFunction() 1390 Func->setInternal(FuncDecl->getLinkage() == GlobalValue::InternalLinkage); in parseFunction() 1451 Ice::FunctionDeclaration *FuncDecl; member in __anon013ef65f0111::FunctionParser
|
/external/syzkaller/tools/syz-headerparser/headerlib/ |
D | struct_walker.py | 204 elif isinstance(item_ast, c_ast.FuncDecl):
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 1072 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() local 1074 D.complete(FuncDecl); in ParseFunctionDefinition() 1076 if (FuncDecl) { in ParseFunctionDefinition() 1078 StashAwayMethodOrFunctionBodyTokens(FuncDecl); in ParseFunctionDefinition() 1080 return FuncDecl; in ParseFunctionDefinition()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1333 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl() local 1334 if (!FuncDecl->isTrivial()) in ActOnPropertyImplDecl() 1339 Diag(FuncDecl->getLocStart(), in ActOnPropertyImplDecl() 1340 diag::note_callee_decl) << FuncDecl; in ActOnPropertyImplDecl()
|