Searched refs:ContextType (Results 1 – 10 of 10) sorted by relevance
54 enum ContextType // Type that describes Value::m_context enum142 ContextType GetContextType() const { return m_context_type; } in GetContextType()151 void SetContext(ContextType context_type, void *p) { in SetContext()217 static const char *GetContextTypeAsCString(ContextType context_type);232 ContextType m_context_type;
99 enum ContextType { enum185 ContextType type;
53 enum ContextType { enum143 ContextType Type;174 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
14 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type, in pushContextFrame()76 static StringRef contextTypeToFormatString(Diagnostics::ContextType Type) { in contextTypeToFormatString()
37 using ContextType = void;
41 using ContextType = void;
47 const Value::ContextType context_type = value.GetContextType(); in FormatObject()
102 QualType ContextType in computeDeclContext() local110 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()118 = ClassTemplate->findPartialSpecialization(ContextType)) { in computeDeclContext()
488 static QualType getPreferredTypeOfUnaryArg(Sema &S, QualType ContextType, in getPreferredTypeOfUnaryArg() argument494 if (!ContextType.isNull() && ContextType->isPointerType()) in getPreferredTypeOfUnaryArg()495 return ContextType->getPointeeType(); in getPreferredTypeOfUnaryArg()498 if (ContextType.isNull()) in getPreferredTypeOfUnaryArg()500 return S.getASTContext().getPointerType(ContextType.getNonReferenceType()); in getPreferredTypeOfUnaryArg()506 if (ContextType.isNull()) in getPreferredTypeOfUnaryArg()509 return ContextType; in getPreferredTypeOfUnaryArg()
661 const char *Value::GetContextTypeAsCString(ContextType context_type) { in GetContextTypeAsCString()