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

/openbsd-current/gnu/llvm/clang/utils/TableGen/
H A DASTTableGen.cpp75 void PropertyType::emitCXXValueTypeName(bool forRead, raw_ostream &out) const { function in class:PropertyType
82 elementType.emitCXXValueTypeName(forRead, out);
86 valueType.emitCXXValueTypeName(forRead, out);
H A DClangASTPropertiesEmitter.cpp488 eltType.emitCXXValueTypeName(isForRead, out);
497 valueType.emitCXXValueTypeName(isForRead, out);
520 PropertyType(bufferTypes[i]).emitCXXValueTypeName(/*for read*/ true, Out);
531 type.emitCXXValueTypeName(true, Out);
580 type.emitCXXValueTypeName(false, Out);
H A DASTTableGen.h268 void emitCXXValueTypeName(bool forRead, llvm::raw_ostream &out) const;

Completed in 175 milliseconds