Home
last modified time | relevance | path

Searched refs:isCompleteInterface (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/unittests/TextAPI/
H A DRecordTests.cpp50 EXPECT_TRUE(Class.isCompleteInterface()); in TEST()
51 EXPECT_TRUE(ClassEH.isCompleteInterface()); in TEST()
65 EXPECT_FALSE(Class.isCompleteInterface()); in TEST()
71 EXPECT_FALSE(Class.isCompleteInterface()); in TEST()
/llvm-project/llvm/lib/TextAPI/
H A DRecordVisitor.cpp61 if (ObjCR.isCompleteInterface()) { in visitObjCInterface()
/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h202 bool isCompleteInterface() const { in isCompleteInterface() function
/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp239 const bool IsDylibVersionComplete = DR->isCompleteInterface(); in compareObjCInterfaceSymbols()