Searched refs:compileFunc (Results 1 – 3 of 3) sorted by relevance
34 Func = ByteCodeStmtGen<ByteCodeEmitter>(*this, *P).compileFunc(FD); in isPotentialConstantExpr()281 if (auto F = ByteCodeStmtGen<ByteCodeEmitter>(*this, *P).compileFunc(FD)) in getOrCreateFunction()
34 Function *compileFunc(const FunctionDecl *FuncDecl);
23 Function *ByteCodeEmitter::compileFunc(const FunctionDecl *FuncDecl) { in compileFunc() function in ByteCodeEmitter