Lines Matching refs:APIIndexer
38 bool APIIndexer::isaNamedType(llvm::Record *Def) { in isaNamedType()
42 bool APIIndexer::isaStructType(llvm::Record *Def) { in isaStructType()
46 bool APIIndexer::isaPtrType(llvm::Record *Def) { in isaPtrType()
50 bool APIIndexer::isaConstType(llvm::Record *Def) { in isaConstType()
54 bool APIIndexer::isaRestrictedPtrType(llvm::Record *Def) { in isaRestrictedPtrType()
58 bool APIIndexer::isaStandardSpec(llvm::Record *Def) { in isaStandardSpec()
62 bool APIIndexer::isaPublicAPI(llvm::Record *Def) { in isaPublicAPI()
66 std::string APIIndexer::getTypeAsString(llvm::Record *TypeRecord) { in getTypeAsString()
82 void APIIndexer::indexStandardSpecDef(llvm::Record *StandardSpec) { in indexStandardSpecDef()
122 void APIIndexer::indexPublicAPIDef(llvm::Record *PublicAPI) { in indexPublicAPIDef()
151 void APIIndexer::index(llvm::RecordKeeper &Records) { in index()