Lines Matching refs:CXXPredicateCode
36 class CXXPredicateCode {
38 DenseMap<hash_code, std::unique_ptr<CXXPredicateCode>>;
43 static std::vector<const CXXPredicateCode *>
46 /// Gets an instance of `CXXPredicateCode` for \p Code, or returns an already
48 static const CXXPredicateCode &get(CXXPredicateCodePool &Pool,
51 CXXPredicateCode(std::string Code, unsigned ID);
54 static const CXXPredicateCode &getMatchCode(std::string Code) {
58 static const CXXPredicateCode &getCustomActionCode(std::string Code) {
62 static std::vector<const CXXPredicateCode *> getAllMatchCode() {
66 static std::vector<const CXXPredicateCode *> getAllCustomActionsCode() {