HomeSort by relevance Sort by last modified time
    Searched refs:UnaryTransformType (Results 1 - 21 of 21) sorted by null

  /external/clang/include/clang/AST/
CanonicalType.h 520 struct CanProxyAdaptor<UnaryTransformType>
521 : public CanProxyBase<UnaryTransformType> {
524 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(UnaryTransformType::UTTKind, getUTTKind)
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
ASTContext.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 806 void TypePrinter::printUnaryTransformBefore(const UnaryTransformType *T,
811 case UnaryTransformType::EnumUnderlyingType:
821 void TypePrinter::printUnaryTransformAfter(const UnaryTransformType *T,
826 case UnaryTransformType::EnumUnderlyingType:
    [all...]
ASTDumper.cpp 352 void VisitUnaryTransformType(const UnaryTransformType *T) {
354 case UnaryTransformType::EnumUnderlyingType:
    [all...]
ASTImporter.cpp 65 QualType VisitUnaryTransformType(const UnaryTransformType *T);
675 cast<UnaryTransformType>(T1)->getUnderlyingType(),
676 cast<UnaryTransformType>(T1)->getUnderlyingType()))
    [all...]
ItaniumMangle.cpp     [all...]
Type.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp 276 void ASTTypeWriter::VisitUnaryTransformType(const UnaryTransformType *T) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 322 milliseconds