Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/utils/TableGen/
HDASTTableGen.cpp84 } else if (auto valueType = getOptionalElementType()) { in emitCXXValueTypeName()
HDClangASTPropertiesEmitter.cpp335 } else if (auto valueType = type.getOptionalElementType()) { in validateType()
491 } else if (auto valueType = type.getOptionalElementType()) { in emitBasicReaderWriterMethodSuffix()
HDASTTableGen.h289 PropertyType getOptionalElementType() const { in getOptionalElementType() function