Searched refs:ContextType (Results 1 – 9 of 9) sorted by relevance
65 enum ContextType // Type that describes Value::m_context enum153 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;
114 enum ContextType { enum200 ContextType type;
54 enum ContextType { enum144 ContextType Type;175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
15 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type, in pushContextFrame()77 static StringRef contextTypeToFormatString(Diagnostics::ContextType Type) { in contextTypeToFormatString()
38 using ContextType = void;
42 using ContextType = void;
48 const Value::ContextType context_type = value.GetContextType(); in FormatObject()
103 QualType ContextType in computeDeclContext() local111 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()119 = ClassTemplate->findPartialSpecialization(ContextType)) { in computeDeclContext()
658 const char *Value::GetContextTypeAsCString(ContextType context_type) { in GetContextTypeAsCString()