Home
last modified time | relevance | path

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