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

  /external/clang/lib/AST/
TypePrinter.cpp 488 void TypePrinter::printAdjustedBefore(const AdjustedType *T, raw_ostream &OS) {
493 void TypePrinter::printAdjustedAfter(const AdjustedType *T, raw_ostream &OS) {
    [all...]
ASTDiagnostic.cpp 57 if (const AdjustedType *AT = dyn_cast<AdjustedType>(Ty)) {
    [all...]
ASTDumper.cpp 405 void VisitAdjustedType(const AdjustedType *T) {
    [all...]
ASTContext.cpp     [all...]
Type.cpp 887 QualType VisitAdjustedType(const AdjustedType *T) {
892 QualType adjustedType = recurse(T->getAdjustedType());
893 if (adjustedType.isNull())
898 adjustedType.getAsOpaquePtr() == T->getAdjustedType().getAsOpaquePtr())
901 return Ctx.getAdjustedType(originalType, adjustedType);
    [all...]
ASTImporter.cpp 458 cast<AdjustedType>(T1)->getOriginalType(),
459 cast<AdjustedType>(T2)->getOriginalType()))
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h     [all...]
ASTContext.h 97 mutable llvm::FoldingSet<AdjustedType> AdjustedTypes;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 127 void ASTTypeWriter::VisitAdjustedType(const AdjustedType *T) {
    [all...]

Completed in 239 milliseconds