Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp90 class ASTPropsEmitter { class
98 ASTPropsEmitter(RecordKeeper &records, raw_ostream &out) in ASTPropsEmitter() function in __anondede832f0111::ASTPropsEmitter
270 ASTPropsEmitter &Emitter;
274 Validator(ASTPropsEmitter &emitter) : Emitter(emitter) {} in Validator()
285 void ASTPropsEmitter::Validator::validate() { in validate()
325 void ASTPropsEmitter::Validator::validateType(PropertyType type, in validateType()
413 void ASTPropsEmitter::emitNodeReaderWriterMethod(NodeClass node, in emitNodeReaderWriterMethod()
506 void ASTPropsEmitter::emitReadOfProperty(StringRef readerName, in emitReadOfProperty()
512 void ASTPropsEmitter::emitReadOfProperty(StringRef readerName, in emitReadOfProperty()
561 void ASTPropsEmitter::emitWriteOfProperty(StringRef writerName, in emitWriteOfProperty()
[all …]