Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValue.h45 enum ContextType // Type that describes Value::m_context enum
151 ContextType
171 SetContext (ContextType context_type, void *p) in SetContext()
284 GetContextTypeAsCString (ContextType context_type);
298 ContextType m_context_type;
HDEmulateInstruction.h94 enum ContextType enum
178 ContextType type;
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
HDDiagnostics.h54 enum ContextType { enum
144 ContextType Type;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDDiagnostics.cpp15 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type, in pushContextFrame()
77 static StringRef contextTypeToFormatString(Diagnostics::ContextType Type) { in contextTypeToFormatString()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeFormat.cpp64 const Value::ContextType context_type = value.GetContextType(); in FormatObject()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp104 QualType ContextType in computeDeclContext() local
112 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
120 = ClassTemplate->findPartialSpecialization(ContextType)) in computeDeclContext()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValue.cpp808 Value::GetContextTypeAsCString (ContextType context_type) in GetContextTypeAsCString()