Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp250 void emitReadOfProperty(StringRef readerName, Property property);
251 void emitReadOfProperty(StringRef readerName, StringRef name,
467 emitReadOfProperty(info.HelperVariable, prop); in emitPropertiedReaderWriterBody()
506 void ASTPropsEmitter::emitReadOfProperty(StringRef readerName, in emitReadOfProperty() function in ASTPropsEmitter
508 emitReadOfProperty(readerName, property.getName(), property.getType(), in emitReadOfProperty()
512 void ASTPropsEmitter::emitReadOfProperty(StringRef readerName, in emitReadOfProperty() function in ASTPropsEmitter
818 emitReadOfProperty(subvar, kindProperty, kindType); in emitCasedReaderWriterMethodBody()