Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp243 void emitReadOfProperty(StringRef readerName, Property property);
244 void emitReadOfProperty(StringRef readerName, StringRef name,
460 emitReadOfProperty(info.HelperVariable, prop); in emitPropertiedReaderWriterBody()
499 void ASTPropsEmitter::emitReadOfProperty(StringRef readerName, in emitReadOfProperty() function in ASTPropsEmitter
501 emitReadOfProperty(readerName, property.getName(), property.getType(), in emitReadOfProperty()
505 void ASTPropsEmitter::emitReadOfProperty(StringRef readerName, in emitReadOfProperty() function in ASTPropsEmitter
811 emitReadOfProperty(subvar, kindProperty, kindType); in emitCasedReaderWriterMethodBody()