Home
last modified time | relevance | path

Searched defs:IsScoped (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_extension.cc111 bool ExtensionGenerator::IsScoped() const { in IsScoped() function in google::protobuf::compiler::cpp::ExtensionGenerator
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1418 uint64_t IsScoped : 1; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp508 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType()
/external/llvm-project/llvm/lib/IR/
DDIBuilder.cpp517 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType()
/external/clang/lib/AST/
DDecl.cpp3629 EnumDecl *PrevDecl, bool IsScoped, in Create()
/external/clang/include/clang/AST/
DDecl.h2763 unsigned IsScoped : 1; variable
/external/llvm-project/clang/lib/AST/
DDecl.cpp4353 EnumDecl *PrevDecl, bool IsScoped, in Create()
/external/clang/lib/Sema/
DSemaDecl.cpp12008 SourceLocation EnumLoc, bool IsScoped, QualType EnumUnderlyingTy, in CheckEnumRedeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp15072 bool Sema::CheckEnumRedeclaration(SourceLocation EnumLoc, bool IsScoped, in CheckEnumRedeclaration()