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

  /external/clang/lib/AST/
TypePrinter.cpp     [all...]
Type.cpp 931 QualType equivalentType = recurse(T->getEquivalentType());
938 == T->getEquivalentType().getAsOpaquePtr())
    [all...]
ASTImporter.cpp 640 cast<AttributedType>(T1)->getEquivalentType(),
641 cast<AttributedType>(T2)->getEquivalentType()))
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 310 Writer.AddTypeRef(T->getEquivalentType(), Record);
    [all...]

Completed in 83 milliseconds