Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp727 bool shouldPassByReference, in emitBasicReaderWriterTemplate()
733 Out << (shouldPassByReference || constWhenWriting ? "const " : "") in emitBasicReaderWriterTemplate()
735 << (shouldPassByReference ? " &" : "") << " " << paramName; in emitBasicReaderWriterTemplate()
745 type.shouldPassByReference(), in emitBasicReaderWriterTemplate()
H A DASTTableGen.h271 bool shouldPassByReference() const { in shouldPassByReference() function