Home
last modified time | relevance | path

Searched refs:Scoped (Results 1 – 14 of 14) 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.cpp203 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/lldb/source/Core/
H A DDemangledNameInfo.cpp149 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 DCodeView.h196 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.h3996 bool Scoped, bool ScopedUsingClassTag, bool Fixed);
4017 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.cpp4940 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 DCodeViewDebug.cpp2244 CO |= ClassOptions::Scoped; in getCommonClassOptions()
2249 CO |= ClassOptions::Scoped; in getCommonClassOptions()
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION203 RFC4007: IPv6 Scoped Address Architecture