Searched refs:visitFunc (Results 1 – 5 of 5) sorted by relevance
47 virtual bool visitFunc(const FunctionDecl *E) = 0;
59 virtual bool visitFunc(const FunctionDecl *F) = 0;
179 if (!IsEligibleForCompilation || !visitFunc(FuncDecl)) { in compileFunc()
218 bool visitFunc(const FunctionDecl *F) override;
4697 bool Compiler<Emitter>::visitFunc(const FunctionDecl *F) { in visitFunc() function in Compiler