Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h322 std::vector<llvm::Record*> getBufferElementTypes() const { in getBufferElementTypes() function
H A DClangASTPropertiesEmitter.cpp517 auto bufferTypes = type.getBufferElementTypes(); in emitReadOfProperty()