Lines Matching defs:R
29 static std::string getParentPackageFullName(const Record *R) { in getParentPackageFullName()
36 static std::string getPackageFullName(const Record *R) { in getPackageFullName()
45 static std::string getCheckerFullName(const Record *R) { in getCheckerFullName()
54 static std::string getStringValue(const Record &R, StringRef field) { in getStringValue()
61 static inline uint64_t getValueFromBitsInit(const BitsInit *B, const Record &R) { in getValueFromBitsInit()
76 static std::string getCheckerDocs(const Record &R) { in getCheckerDocs()
97 static std::string getCheckerOptionType(const Record &R) { in getCheckerOptionType()
114 static std::string getDevelopmentStage(const Record &R) { in getDevelopmentStage()
130 static bool isHidden(const Record *R) { in isHidden()
141 static void printChecker(llvm::raw_ostream &OS, const Record &R) { in printChecker()
160 const Record &R) { in printOption()
200 const Record &R = *I->second; in EmitClangSACheckers() local