1 #ifndef QCOR_HANDLERS_TOKENCOLLECTOR_HPP_
2 #define QCOR_HANDLERS_TOKENCOLLECTOR_HPP_
4 #include "Identifiable.hpp"
5 #include "clang/Parse/Parser.h"
11 virtual void collect(clang::Preprocessor &PP, clang::CachedTokens &Toks,
12 std::vector<std::string> bufferNames,
13 std::stringstream &ss,
14 const std::string &kernel_name =
"") = 0;