Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp253 void emitWriteOfProperty(StringRef writerName, Property property);
254 void emitWriteOfProperty(StringRef writerName, StringRef name,
468 emitWriteOfProperty(info.HelperVariable, prop); in emitPropertiedReaderWriterBody()
559 void ASTPropsEmitter::emitWriteOfProperty(StringRef writerName, in emitWriteOfProperty() function in ASTPropsEmitter
561 emitWriteOfProperty(writerName, property.getName(), property.getType(), in emitWriteOfProperty()
565 void ASTPropsEmitter::emitWriteOfProperty(StringRef writerName, in emitWriteOfProperty() function in ASTPropsEmitter
817 emitWriteOfProperty(subvar, kindProperty, kindType, in emitCasedReaderWriterMethodBody()