Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h113 ObjCContainerRecord *findContainer(bool IsIVar, StringRef Name) const;
/src/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp55 ObjCContainerRecord *RecordsSlice::findContainer(bool IsIVar, in findContainer() argument
57 StringRef Super = IsIVar ? Name.split('.').first : Name; in findContainer()