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