Searched refs:isUdtForwardRef (Results 1 – 5 of 5) sorted by relevance
21 bool isUdtForwardRef(CVType CVT);
35 if (!isUdtForwardRef(CVT)) in NativeEnumTypes()
185 if (!isUdtForwardRef(F)) in findFullDeclForForwardRef()
181 if (isUdtForwardRef(CVT)) { in findSymbolByTypeIndex()187 assert(!isUdtForwardRef(Types.getType(*EFD))); in findSymbolByTypeIndex()
27 bool llvm::codeview::isUdtForwardRef(CVType CVT) { in isUdtForwardRef() function in llvm::codeview