HomeSort by relevance Sort by last modified time
    Searched refs:IsExtension (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 312 /// \param IsExtension If not null and the declaration is accepted as an
315 bool *IsExtension) {
339 if (IsExtension)
340 *IsExtension = true;
347 if (IsExtension)
348 *IsExtension = true;
648 bool IsExtension = false;
649 bool AcceptSpec = isAcceptableNestedNameSpecifier(SD, &IsExtension);
650 if (!AcceptSpec && IsExtension) {
    [all...]
DeclSpec.cpp 384 bool IsExtension = true) {
389 DiagID = IsExtension ? diag::ext_duplicate_declspec :
787 bool IsExtension = true;
789 IsExtension = false;
790 return BadSpecifier(T, T, PrevSpec, DiagID, IsExtension);
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 55 bool IsExtension : 1; // True if identifier is a lang extension.
228 bool isExtensionToken() const { return IsExtension; }
230 IsExtension = Val;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 66 bool IsExtension : 1; // True if identifier is a lang extension.
235 bool isExtensionToken() const { return IsExtension; }
237 IsExtension = Val;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 66 bool IsExtension : 1; // True if identifier is a lang extension.
235 bool isExtensionToken() const { return IsExtension; }
237 IsExtension = Val;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 66 bool IsExtension : 1; // True if identifier is a lang extension.
235 bool isExtensionToken() const { return IsExtension; }
237 IsExtension = Val;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 66 bool IsExtension : 1; // True if identifier is a lang extension.
235 bool isExtensionToken() const { return IsExtension; }
237 IsExtension = Val;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 66 bool IsExtension : 1; // True if identifier is a lang extension.
235 bool isExtensionToken() const { return IsExtension; }
237 IsExtension = Val;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 66 bool IsExtension : 1; // True if identifier is a lang extension.
235 bool isExtensionToken() const { return IsExtension; }
237 IsExtension = Val;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 66 bool IsExtension : 1; // True if identifier is a lang extension.
235 bool isExtensionToken() const { return IsExtension; }
237 IsExtension = Val;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 66 bool IsExtension : 1; // True if identifier is a lang extension.
235 bool isExtensionToken() const { return IsExtension; }
237 IsExtension = Val;
  /external/clang/lib/Basic/
IdentifierTable.cpp 38 IsExtension = false;
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 721 static PyObject* IsExtension(PyBaseDescriptor *self, void *closure) {
893 { "is_extension", (getter)IsExtension, NULL, "ID"},
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 161 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption), global::Google.Protobuf.Reflection.UninterpretedOption.Parser, new[]{ "Name", "IdentifierValue", "PositiveIntValue", "NegativeIntValue", "DoubleValue", "StringValue", "AggregateValue" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart), global::Google.Protobuf.Reflection.UninterpretedOption.Types.NamePart.Parser, new[]{ "NamePart_", "IsExtension" }, null, null, null)}),
    [all...]

Completed in 120 milliseconds