Searched refs:emitReadOfProperty (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 249 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()
|