Searched refs:Scoped (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | TpiHashing.cpp | 31 bool Scoped = bool(Opts & ClassOptions::Scoped); in getHashForUdt() local 35 if (!ForwardRef && !Scoped && !IsAnon) in getHashForUdt() 69 bool Scoped = bool(Opts & ClassOptions::Scoped); in getTagRecordHashForUdt() local 72 Scoped ? Deserialized.getUniqueName() : Deserialized.getName(); in getTagRecordHashForUdt()
|
| H A D | NativeTypeUDT.cpp | 203 return (Tag->Options & ClassOptions::Scoped) != ClassOptions::None; in isScoped()
|
| H A D | NativeTypeEnum.cpp | 342 return bool(Record->getOptions() & codeview::ClassOptions::Scoped); in isScoped()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DemangledNameInfo.cpp | 149 auto Scoped = enterFunctionTypePrinting(); in printLeftImpl() local 154 auto Scoped = enterFunctionTypePrinting(); in printRightImpl() local 159 auto Scoped = enterFunctionTypePrinting(); in printLeftImpl() local 174 auto Scoped = enterFunctionTypePrinting(); in printRightImpl() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 196 Scoped = 0x0100, enumerator
|
| H A D | TypeRecord.h | 448 return (Options & ClassOptions::Scoped) != ClassOptions::None; in isScoped()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 327 CV_ENUM_CLASS_ENT(ClassOptions, Scoped),
|
| H A D | TypeDumpVisitor.cpp | 41 ENUM_ENTRY(ClassOptions, Scoped),
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 75 PUSH_FLAG(ClassOptions, Scoped, Options, "scoped"); in formatClassOptions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 3996 bool Scoped, bool ScopedUsingClassTag, bool Fixed); 4017 void setScoped(bool Scoped = true) { EnumDeclBits.IsScoped = Scoped; }
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 376 IO.bitSetCase(Options, "Scoped", ClassOptions::Scoped); in bitset()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 4940 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl() argument 4942 assert(Scoped || !ScopedUsingClassTag); in EnumDecl() 4946 setScoped(Scoped); in EnumDecl()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2244 CO |= ClassOptions::Scoped; in getCommonClassOptions() 2249 CO |= ClassOptions::Scoped; in getCommonClassOptions()
|
| /freebsd/share/doc/IPv6/ |
| H A D | IMPLEMENTATION | 203 RFC4007: IPv6 Scoped Address Architecture
|