Home
last modified time | relevance | path

Searched refs:isReservedName (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java763 assertFalse(d.isReservedName("foo")); in testReservedFields()
764 assertTrue(d.isReservedName("bar")); in testReservedFields()
765 assertTrue(d.isReservedName("baz")); in testReservedFields()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc448 static bool isReservedName(StringRef path) {
476 if (isReservedName(path8)) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc389 static bool isReservedName(StringRef path) {
473 if (isReservedName(path8)) {
/external/llvm/lib/Support/Windows/
DPath.inc391 static bool isReservedName(StringRef path) {
475 if (isReservedName(path8)) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc618 static bool isReservedName(StringRef path) {
706 if (isReservedName(path8)) {
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java684 public boolean isReservedName(final String name) { in isReservedName() method in Descriptors.Descriptor
/external/clang/lib/Sema/
DSemaCodeComplete.cpp484 static bool isReservedName(const IdentifierInfo *Id, in isReservedName() function
503 if (isReservedName(Id) && ND->getLocation().isInvalid()) in shouldIgnoreDueToReservedName()
509 if (isReservedName(Id, /*doubleUnderscoreOnly=*/true) && in shouldIgnoreDueToReservedName()