Home
last modified time | relevance | path

Searched defs:IsExtension (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp315 bool *IsExtension) { in isAcceptableNestedNameSpecifier()
653 bool IsExtension = false; in BuildCXXNestedNameSpecifier() local
DDeclSpec.cpp471 bool IsExtension = true) { in BadSpecifier()
960 bool IsExtension = true; in SetTypeQual() local
DSemaOverload.cpp13599 bool IsExtension = in CreateOverloadedBinOp() local
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp315 bool *IsExtension) { in isAcceptableNestedNameSpecifier()
648 bool IsExtension = false; in BuildCXXNestedNameSpecifier() local
DDeclSpec.cpp384 bool IsExtension = true) { in BadSpecifier()
787 bool IsExtension = true; in SetTypeQual() local
/external/protobuf/js/compatibility_tests/v3.0.0/
Dtest.proto110 message IsExtension { message
/external/protobuf/js/compatibility_tests/v3.1.0/
Dtest.proto110 message IsExtension { message
/external/protobuf/js/
Dtest.proto117 message IsExtension { message
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h77 unsigned IsExtension : 1; variable
/external/clang/include/clang/Basic/
DIdentifierTable.h55 bool IsExtension : 1; // True if identifier is a lang extension. variable
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc789 static PyObject* IsExtension(PyBaseDescriptor *self, void *closure) { in IsExtension() function
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2295IsExtension *bool `protobuf:"varint,2,req,name=is_extension,json=isExtension" json:"is… member
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs7378 public bool IsExtension { property in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart