Searched refs:Scoped (Results 1 – 13 of 13) 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 | 204 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/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 223 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 | 3878 bool Scoped, bool ScopedUsingClassTag, bool Fixed); 3899 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 | 4829 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl() argument 4831 assert(Scoped || !ScopedUsingClassTag); in EnumDecl() 4835 setScoped(Scoped); in EnumDecl()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2224 // Put the Scoped flag on function-local types. MSVC puts this flag for enum in getCommonClassOptions() 2230 CO |= ClassOptions::Scoped; in addUDTSrcLine() 2235 CO |= ClassOptions::Scoped; in addUDTSrcLine()
|
/freebsd/share/doc/IPv6/ |
H A D | IMPLEMENTATION | 203 RFC4007: IPv6 Scoped Address Architecture
|