Home
last modified time | relevance | path

Searched defs:FnDecl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp15308 const FunctionDecl *FnDecl) { in CheckOperatorNewDeleteDeclarationScope()
15336 CheckOperatorNewDeleteTypes(Sema &SemaRef, const FunctionDecl *FnDecl, in CheckOperatorNewDeleteTypes()
15407 CheckOperatorNewDeclaration(Sema &SemaRef, const FunctionDecl *FnDecl) { in CheckOperatorNewDeclaration()
15438 CheckOperatorDeleteDeclaration(Sema &SemaRef, FunctionDecl *FnDecl) { in CheckOperatorDeleteDeclaration()
15482 bool Sema::CheckOverloadedOperatorDeclaration(FunctionDecl *FnDecl) { in CheckOverloadedOperatorDeclaration()
15674 bool Sema::CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl) { in CheckLiteralOperatorDeclaration()
H A DSemaExprCXX.cpp2438 FunctionDecl *FnDecl = Best->Function; in resolveAllocationOverload() local
3714 FunctionDecl *FnDecl = Best->Function; in resolveBuiltinNewDeleteOverload() local
H A DSemaOverload.cpp13283 FunctionDecl *FnDecl = Best->Function; in CreateOverloadedUnaryOp() local
13559 FunctionDecl *FnDecl = Best->Function; in CreateOverloadedBinOp() local
14023 FunctionDecl *FnDecl = Best->Function; in CreateOverloadedArraySubscriptExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp11603 llvm::Function *FnDecl; in EmitBPFBuiltinExpr() local