Searched refs:ContextType (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h53 enum ContextType { enum in class:clang::ast_matchers::dynamic::Diagnostics
143 ContextType Type;
174 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h54 enum ContextType // Type that describes Value::m_context enum in class:lldb_private::Value
142 ContextType GetContextType() const { return m_context_type; }
151 void SetContext(ContextType context_type, void *p) {
217 static const char *GetContextTypeAsCString(ContextType context_type);
232 ContextType m_context_type;
H A DEmulateInstruction.h99 enum ContextType { enum in class:lldb_private::EmulateInstruction
185 ContextType type;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h37 using ContextType = void;
H A DDebugChecksumsSubsection.h41 using ContextType = void;
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp14 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type,
76 static StringRef contextTypeToFormatString(Diagnostics::ContextType Type) {
83 llvm_unreachable("Unknown ContextType value.");
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp47 const Value::ContextType context_type = value.GetContextType();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp102 QualType ContextType local
110 if (Context.hasSameType(Injected, ContextType))
118 = ClassTemplate->findPartialSpecialization(ContextType)) {
H A DSemaCodeComplete.cpp486 /// Get preferred type for an argument of an unary expression. \p ContextType is
488 static QualType getPreferredTypeOfUnaryArg(Sema &S, QualType ContextType, argument
494 if (!ContextType.isNull() && ContextType->isPointerType())
495 return ContextType->getPointeeType();
498 if (ContextType.isNull())
500 return S.getASTContext().getPointerType(ContextType.getNonReferenceType());
506 if (ContextType.isNull())
509 return ContextType;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp661 const char *Value::GetContextTypeAsCString(ContextType context_type) {

Completed in 268 milliseconds