Home
last modified time | relevance | path

Searched refs:Scoped (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp31 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 DNativeTypeUDT.cpp204 return (Tag->Options & ClassOptions::Scoped) != ClassOptions::None; in isScoped()
H A DNativeTypeEnum.cpp342 return bool(Record->getOptions() & codeview::ClassOptions::Scoped); in isScoped()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h223 Scoped = 0x0100, enumerator
H A DTypeRecord.h448 return (Options & ClassOptions::Scoped) != ClassOptions::None; in isScoped()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp327 CV_ENUM_CLASS_ENT(ClassOptions, Scoped),
H A DTypeDumpVisitor.cpp41 ENUM_ENTRY(ClassOptions, Scoped),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp75 PUSH_FLAG(ClassOptions, Scoped, Options, "scoped"); in formatClassOptions()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3878 bool Scoped, bool ScopedUsingClassTag, bool Fixed);
3899 void setScoped(bool Scoped = true) { EnumDeclBits.IsScoped = Scoped; }
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp376 IO.bitSetCase(Options, "Scoped", ClassOptions::Scoped); in bitset()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4829 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 DCodeViewDebug.cpp2224 // 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 DIMPLEMENTATION203 RFC4007: IPv6 Scoped Address Architecture