Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DASTTableGen.cpp74 void PropertyType::emitCXXValueTypeName(bool forRead, raw_ostream &out) const { in emitCXXValueTypeName() function in PropertyType
81 elementType.emitCXXValueTypeName(forRead, out); in emitCXXValueTypeName()
85 valueType.emitCXXValueTypeName(forRead, out); in emitCXXValueTypeName()
DClangASTPropertiesEmitter.cpp487 eltType.emitCXXValueTypeName(isForRead, out); in emitBasicReaderWriterMethodSuffix()
496 valueType.emitCXXValueTypeName(isForRead, out); in emitBasicReaderWriterMethodSuffix()
519 PropertyType(bufferTypes[i]).emitCXXValueTypeName(/*for read*/ true, Out); in emitReadOfProperty()
529 type.emitCXXValueTypeName(true, Out); in emitReadOfProperty()
578 type.emitCXXValueTypeName(false, Out); in emitWriteOfProperty()
DASTTableGen.h267 void emitCXXValueTypeName(bool forRead, llvm::raw_ostream &out) const;