Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DClangASTPropertiesEmitter.cpp724 bool shouldPassByReference, in emitBasicReaderWriterTemplate()
730 Out << (shouldPassByReference || constWhenWriting ? "const " : "") in emitBasicReaderWriterTemplate()
732 << (shouldPassByReference ? " &" : "") << " " << paramName; in emitBasicReaderWriterTemplate()
742 type.shouldPassByReference(), in emitBasicReaderWriterTemplate()
DASTTableGen.h270 bool shouldPassByReference() const { in shouldPassByReference() function