Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp249 void emitReadOfProperty(StringRef readerName, Property property);
250 void emitReadOfProperty(StringRef readerName, StringRef name,
466 emitReadOfProperty(info.HelperVariable, prop); in emitPropertiedReaderWriterBody()
505 void ASTPropsEmitter::emitReadOfProperty(StringRef readerName, in emitReadOfProperty() function in ASTPropsEmitter
507 emitReadOfProperty(readerName, property.getName(), property.getType(), in emitReadOfProperty()
511 void ASTPropsEmitter::emitReadOfProperty(StringRef readerName, in emitReadOfProperty() function in ASTPropsEmitter
813 emitReadOfProperty(subvar, kindProperty, kindType); in emitCasedReaderWriterMethodBody()