Home
last modified time | relevance | path

Searched refs:ASTPropsEmitter (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp89 class ASTPropsEmitter { class
97 ASTPropsEmitter(RecordKeeper &records, raw_ostream &out) in ASTPropsEmitter() function in __anon1f677fe90111::ASTPropsEmitter
269 ASTPropsEmitter &Emitter;
273 Validator(ASTPropsEmitter &emitter) : Emitter(emitter) {} in Validator()
284 void ASTPropsEmitter::Validator::validate() { in validate()
324 void ASTPropsEmitter::Validator::validateType(PropertyType type, in validateType()
412 void ASTPropsEmitter::emitNodeReaderWriterMethod(NodeClass node, in emitNodeReaderWriterMethod()
505 void ASTPropsEmitter::emitReadOfProperty(StringRef readerName, in emitReadOfProperty()
511 void ASTPropsEmitter::emitReadOfProperty(StringRef readerName, in emitReadOfProperty()
559 void ASTPropsEmitter::emitWriteOfProperty(StringRef writerName, in emitWriteOfProperty()
[all …]