Searched defs:RecordName (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang-tools-extra/clang-reorder-fields/ |
H A D | ReorderFieldsAction.h | 26 llvm::StringRef RecordName; variable 32 llvm::StringRef RecordName, in ReorderFieldsAction()
|
H A D | ReorderFieldsAction.cpp | 36 static const RecordDecl *findDefinition(StringRef RecordName, in findDefinition() argument 253 StringRef RecordName; global() member in clang::reorder_fields::__anonf16ad7160211::ReorderingConsumer 258 ReorderingConsumer(StringRef RecordName,ArrayRef<std::string> DesiredFieldsOrder,std::map<std::string,tooling::Replacements> & Replacements) ReorderingConsumer() argument [all...] |
/llvm-project/clang-tools-extra/clang-reorder-fields/tool/ |
H A D | ClangReorderFields.cpp | 38 RecordName("record-name", cl::Required, variable
|
/llvm-project/llvm/lib/Remarks/ |
H A D | BitstreamRemarkParser.cpp | 31 static Error malformedRecord(const char *BlockName, const char *RecordName) { in malformedRecord()
|
/llvm-project/clang/unittests/AST/ |
H A D | RandstructTest.cpp | 80 const std::string &RecordName) { in recordsEqual()
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 89 StringRef RecordName; getRecordName() local 1671 StringRef RecordName = getRecordName(Types, UDT.Type); visitKnownRecord() local 2734 StringRef RecordName = getRecordName(types(), TI); visitKnownMember() local
|