Home
last modified time | relevance | path

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

/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/
Dtest.proto110 message IsExtension { message
/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.cc721 static PyObject* IsExtension(PyBaseDescriptor *self, void *closure) { in IsExtension() function
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4598 public bool IsExtension { property in Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart