Searched defs:isBase (Results 1 – 7 of 7) sorted by relevance
32 const DeclContext *DC, bool isBase, bool isIBType) in TypeIndexer()248 bool isBase, in indexTypeSourceInfo()259 bool isBase, in indexTypeLoc()
145 virtual bool isBase() const { return false; } in isBase() function
96 bool isBase() const override { return true; } in isBase() function in __anon626b00850111::BaseClass
102 bool isBase() const override { return getIsBase(); } in isBase() function
239 virtual bool isBase() const { return false; } in isBase() function
2802 verifyAdjacentElements(function_ref<bool (FormatElement *)> isBase,function_ref<bool (FormatElement *,FormatElement *)> isInvalid,ArrayRef<FormatElement * > elements) verifyAdjacentElements() argument 2846 auto isBase = [](FormatElement *el) { verifyAttributeColonType() local 2874 auto isBase = [](FormatElement *el) { verifyAttrDictRegion() local
720 bool isBase() const { return getStatus() == Base; } isBase() function in __anon9491fd170311::BDVState