Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h53 enum ContextType { enum
148 ContextType Type;
179 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp14 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type, in pushContextFrame()
76 static StringRef contextTypeToFormatString(Diagnostics::ContextType Type) { in contextTypeToFormatString()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h37 using ContextType = void;
H A DDebugChecksumsSubsection.h41 using ContextType = void;
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp102 QualType ContextType in computeDeclContext() local
110 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
118 = ClassTemplate->findPartialSpecialization(ContextType)) { in computeDeclContext()
H A DSemaStmt.cpp685 int ContextType; in checkMustTailAttr() local
687 ContextType = 0; in checkMustTailAttr()
689 ContextType = 1; in checkMustTailAttr()
691 ContextType = 2; in checkMustTailAttr()
693 << &MTA << ContextType; in checkMustTailAttr()
H A DSemaCodeComplete.cpp521 static QualType getPreferredTypeOfUnaryArg(Sema &S, QualType ContextType, in getPreferredTypeOfUnaryArg() argument
527 if (!ContextType.isNull() && ContextType->isPointerType()) in getPreferredTypeOfUnaryArg()
528 return ContextType->getPointeeType(); in getPreferredTypeOfUnaryArg()
531 if (ContextType.isNull()) in getPreferredTypeOfUnaryArg()
533 return S.getASTContext().getPointerType(ContextType.getNonReferenceType()); in getPreferredTypeOfUnaryArg()
539 if (ContextType.isNull()) in getPreferredTypeOfUnaryArg()
542 return ContextType; in getPreferredTypeOfUnaryArg()