Home
last modified time | relevance | path

Searched refs:ContextType (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h65 enum ContextType // Type that describes Value::m_context enum
153 ContextType GetContextType() const { return m_context_type; } in GetContextType()
162 void SetContext(ContextType context_type, void *p) { in SetContext()
229 static const char *GetContextTypeAsCString(ContextType context_type);
244 ContextType m_context_type;
H A DEmulateInstruction.h114 enum ContextType { enum
200 ContextType type;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h54 enum ContextType { enum
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp15 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type, in pushContextFrame()
77 static StringRef contextTypeToFormatString(Diagnostics::ContextType Type) { in contextTypeToFormatString()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h38 using ContextType = void;
H A DDebugChecksumsSubsection.h42 using ContextType = void;
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp48 const Value::ContextType context_type = value.GetContextType(); in FormatObject()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp103 QualType ContextType in computeDeclContext() local
111 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
119 = ClassTemplate->findPartialSpecialization(ContextType)) { in computeDeclContext()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp658 const char *Value::GetContextTypeAsCString(ContextType context_type) { in GetContextTypeAsCString()