Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16227 const FunctionDecl *FnDecl) { in CheckOperatorNewDeleteDeclarationScope()
16255 CheckOperatorNewDeleteTypes(Sema &SemaRef, const FunctionDecl *FnDecl, in CheckOperatorNewDeleteTypes()
16326 CheckOperatorNewDeclaration(Sema &SemaRef, const FunctionDecl *FnDecl) { in CheckOperatorNewDeclaration()
16357 CheckOperatorDeleteDeclaration(Sema &SemaRef, FunctionDecl *FnDecl) { in CheckOperatorDeleteDeclaration()
16401 bool Sema::CheckOverloadedOperatorDeclaration(FunctionDecl *FnDecl) { in CheckOverloadedOperatorDeclaration()
16628 bool Sema::CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl) { in CheckLiteralOperatorDeclaration()
H A DSemaExprCXX.cpp2555 FunctionDecl *FnDecl = Best->Function; in resolveAllocationOverload() local
3890 FunctionDecl *FnDecl = Best->Function; in resolveBuiltinNewDeleteOverload() local
H A DSemaOverload.cpp14228 FunctionDecl *FnDecl = Best->Function; in CreateOverloadedUnaryOp() local
14524 FunctionDecl *FnDecl = Best->Function; in CreateOverloadedBinOp() local
15069 FunctionDecl *FnDecl = Best->Function; in CreateOverloadedArraySubscriptExpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp13266 llvm::Function *FnDecl; in EmitBPFBuiltinExpr() local