Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/LibcTableGenUtil/
H A DAPIIndexer.cpp43 return isa(Def, StructClass); in isaStructType()
155 StructClass = Records.getClass(StructTypeClassName); in index()
H A DAPIIndexer.h30 llvm::Record *StructClass; variable