Searched refs:isReservedName (Results 1 – 10 of 10) sorted by relevance
738 assertFalse(d.isReservedName("foo")); in testReservedFields()739 assertTrue(d.isReservedName("bar")); in testReservedFields()740 assertTrue(d.isReservedName("baz")); in testReservedFields()
388 bool isReservedName(bool doubleUnderscoreOnly = false) const {
389 static bool isReservedName(StringRef path) {473 if (isReservedName(path8)) {
391 static bool isReservedName(StringRef path) {475 if (isReservedName(path8)) {
623 static bool isReservedName(StringRef path) {711 if (isReservedName(path8)) {
643 static bool isReservedName(StringRef path) {731 if (isReservedName(path8)) {
741 public boolean isReservedName(final String name) { in isReservedName() method in Descriptors.Descriptor
484 static bool isReservedName(const IdentifierInfo *Id, in isReservedName() function503 if (isReservedName(Id) && ND->getLocation().isInvalid()) in shouldIgnoreDueToReservedName()509 if (isReservedName(Id, /*doubleUnderscoreOnly=*/true) && in shouldIgnoreDueToReservedName()
717 if (Id->isReservedName() && ND->getLocation().isInvalid()) in shouldIgnoreDueToReservedName()723 if (Id->isReservedName(/*doubleUnderscoreOnly=*/true) && in shouldIgnoreDueToReservedName()
3979 if (Id->isReservedName()) in EmitFuncDeclForCallSite()