Home
last modified time | relevance | path

Searched refs:readerName (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,
505 void ASTPropsEmitter::emitReadOfProperty(StringRef readerName, in emitReadOfProperty() argument
507 emitReadOfProperty(readerName, property.getName(), property.getType(), in emitReadOfProperty()
511 void ASTPropsEmitter::emitReadOfProperty(StringRef readerName, in emitReadOfProperty() argument
541 Out << readerName << ".find(\"" << name << "\")." in emitReadOfProperty()