Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDescriptorsTest.java738 assertFalse(d.isReservedName("foo")); in testReservedFields()
739 assertTrue(d.isReservedName("bar")); in testReservedFields()
740 assertTrue(d.isReservedName("baz")); in testReservedFields()
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h388 bool isReservedName(bool doubleUnderscoreOnly = false) const {
/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-10.0/llvm/lib/Support/Windows/
DPath.inc623 static bool isReservedName(StringRef path) {
711 if (isReservedName(path8)) {
/external/llvm-project/llvm/lib/Support/Windows/
DPath.inc643 static bool isReservedName(StringRef path) {
731 if (isReservedName(path8)) {
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java741 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()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp717 if (Id->isReservedName() && ND->getLocation().isInvalid()) in shouldIgnoreDueToReservedName()
723 if (Id->isReservedName(/*doubleUnderscoreOnly=*/true) && in shouldIgnoreDueToReservedName()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp3979 if (Id->isReservedName()) in EmitFuncDeclForCallSite()