Home
last modified time | relevance | path

Searched refs:IsScoped (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_extension.cc100 IsScoped() ? ClassName(descriptor_->extension_scope(), false) + "::" : ""; in ExtensionGenerator()
109 bool ExtensionGenerator::IsScoped() const { in IsScoped() function in google::protobuf::compiler::cpp::ExtensionGenerator
120 if (!IsScoped()) { in GenerateDeclaration()
170 if (IsScoped()) { in GenerateDefinition()
Dcpp_extension.h74 bool IsScoped() const;
Dcpp_file.cc1469 if (extension_generator->IsScoped()) continue; in GenerateExtensionIdentifiers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h510 DIType *UnderlyingType, StringRef UniqueIdentifier = "", bool IsScoped = false);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp508 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType() argument
512 IsScoped ? DINode::FlagEnumClass : DINode::FlagZero, Elements, 0, nullptr, in createEnumerationType()