Home
last modified time | relevance | path

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

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp3.cpp102 constexpr int FuncDecl() { in FuncDecl() function
/external/clang/lib/Parse/
DParser.cpp1004 Decl *FuncDecl = Actions.HandleDeclarator(ParentScope, D, in ParseFunctionDefinition() local
1006 D.complete(FuncDecl); in ParseFunctionDefinition()
1008 if (FuncDecl) { in ParseFunctionDefinition()
1010 StashAwayMethodOrFunctionBodyTokens(FuncDecl); in ParseFunctionDefinition()
1012 return FuncDecl; in ParseFunctionDefinition()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1186 if (const FunctionDecl *FuncDecl = CXXCE->getDirectCallee()) in ActOnPropertyImplDecl() local
1187 if (!FuncDecl->isTrivial()) in ActOnPropertyImplDecl()
1192 Diag(FuncDecl->getLocStart(), in ActOnPropertyImplDecl()
1193 diag::note_callee_decl) << FuncDecl; in ActOnPropertyImplDecl()