Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.cpp51 return isa(Def, ConstTypeClass); in isaConstType()
156 ConstTypeClass = Records.getClass(ConstTypeClassName); in index()
H A DAPIIndexer.h29 llvm::Record *ConstTypeClass; variable