HomeSort by relevance Sort by last modified time
    Searched refs:getAdjustedType (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
Type.h     [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 496 printBefore(T->getAdjustedType(), OS);
499 printAfter(T->getAdjustedType(), OS);
    [all...]
Type.cpp 892 QualType adjustedType = recurse(T->getAdjustedType());
898 adjustedType.getAsOpaquePtr() == T->getAdjustedType().getAsOpaquePtr())
901 return Ctx.getAdjustedType(originalType, adjustedType);
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 153 Record.AddTypeRef(T->getAdjustedType());
    [all...]

Completed in 146 milliseconds

1 2