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

  /external/clang/include/clang/AST/
CanonicalType.h 638 struct CanProxyAdaptor<UnaryTransformType>
639 : public CanProxyBase<UnaryTransformType> {
642 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(UnaryTransformType::UTTKind, getUTTKind)
RecursiveASTVisitor.h 897 DEF_TRAVERSE_TYPE(UnaryTransformType,
    [all...]
ASTContext.h     [all...]
TypeLoc.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 567 void TypePrinter::printUnaryTransform(const UnaryTransformType *T,
576 case UnaryTransformType::EnumUnderlyingType:
    [all...]
Type.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 66 QualType VisitUnaryTransformType(const UnaryTransformType *T);
638 cast<UnaryTransformType>(T1)->getUnderlyingType(),
639 cast<UnaryTransformType>(T1)->getUnderlyingType()))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 855 UnaryTransformType::EnumUnderlyingType,
    [all...]
TreeTransform.h     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp 230 void ASTTypeWriter::VisitUnaryTransformType(const UnaryTransformType *T) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 567 milliseconds