HomeSort by: relevance | last modified time | path
    Searched defs:hasUniqueObjectRepresentations (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 2608 if (!Context.hasUniqueObjectRepresentations(Field->getType()))
2671 !Context.hasUniqueObjectRepresentations(Field->getType()))
2695 bool ASTContext::hasUniqueObjectRepresentations(QualType Ty) const {
2717 return hasUniqueObjectRepresentations(getBaseElementType(Ty));
ASTContext.cpp 2608 if (!Context.hasUniqueObjectRepresentations(Field->getType()))
2671 !Context.hasUniqueObjectRepresentations(Field->getType()))
2695 bool ASTContext::hasUniqueObjectRepresentations(QualType Ty) const {
2717 return hasUniqueObjectRepresentations(getBaseElementType(Ty));

Completed in 64 milliseconds