Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/utils/TableGen/ !
H A DASTTableGen.cpp75 void PropertyType::emitCXXValueTypeName(bool forRead, raw_ostream &out) const { in emitCXXValueTypeName() argument
77 if (!forRead && isConstWhenWriting()) in emitCXXValueTypeName()
82 elementType.emitCXXValueTypeName(forRead, out); in emitCXXValueTypeName()
86 valueType.emitCXXValueTypeName(forRead, out); in emitCXXValueTypeName()
H A DASTTableGen.h268 void emitCXXValueTypeName(bool forRead, llvm::raw_ostream &out) const;