Lines Matching defs:R
29 static std::string getParentPackageFullName(const Record *R, in getParentPackageFullName()
37 static std::string getPackageFullName(const Record *R, StringRef Sep) { in getPackageFullName()
46 static std::string getCheckerFullName(const Record *R, StringRef Sep = ".") { in getCheckerFullName()
55 static std::string getStringValue(const Record &R, StringRef field) { in getStringValue()
62 static inline uint64_t getValueFromBitsInit(const BitsInit *B, const Record &R) { in getValueFromBitsInit()
77 static std::string getCheckerDocs(const Record &R) { in getCheckerDocs()
96 static std::string getCheckerOptionType(const Record &R) { in getCheckerOptionType()
113 static std::string getDevelopmentStage(const Record &R) { in getDevelopmentStage()
129 static bool isHidden(const Record *R) { in isHidden()
140 static void printChecker(llvm::raw_ostream &OS, const Record &R) { in printChecker()
159 const Record &R) { in printOption()
199 const Record &R = *I->second; in EmitClangSACheckers() local