Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DASTTableGen.cpp83 } else if (auto valueType = getOptionalElementType()) { in emitCXXValueTypeName()
DClangASTPropertiesEmitter.cpp334 } else if (auto valueType = type.getOptionalElementType()) { in validateType()
490 } else if (auto valueType = type.getOptionalElementType()) { in emitBasicReaderWriterMethodSuffix()
DASTTableGen.h288 PropertyType getOptionalElementType() const { in getOptionalElementType() function