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 593 struct CanProxyAdaptor<UnaryTransformType>
594 : public CanProxyBase<UnaryTransformType> {
597 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(UnaryTransformType::UTTKind, getUTTKind)
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
ASTContext.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 789 void TypePrinter::printUnaryTransformBefore(const UnaryTransformType *T,
794 case UnaryTransformType::EnumUnderlyingType:
804 void TypePrinter::printUnaryTransformAfter(const UnaryTransformType *T,
809 case UnaryTransformType::EnumUnderlyingType:
    [all...]
Type.cpp     [all...]
ASTImporter.cpp 65 QualType VisitUnaryTransformType(const UnaryTransformType *T);
630 cast<UnaryTransformType>(T1)->getUnderlyingType(),
631 cast<UnaryTransformType>(T1)->getUnderlyingType()))
    [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp 258 void ASTTypeWriter::VisitUnaryTransformType(const UnaryTransformType *T) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 189 milliseconds