HomeSort by relevance Sort by last modified time
    Searched full:canrepresent (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 69 static bool CanRepresent(const Type *Ty) {
89 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr()))
96 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr()))
113 if (CanRepresent(FnTy.getTypePtr()))
132 if (CanRepresent(FnTy.getTypePtr()))

Completed in 90 milliseconds