Home
last modified time | relevance | path

Searched refs:CanRepresent (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp69 static bool CanRepresent(const Type *Ty) { in CanRepresent() function
89 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitTypeDecl()
96 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitObjCInterfaceDecl()
113 if (CanRepresent(FnTy.getTypePtr())) in VisitFunctionDecl()
132 if (CanRepresent(FnTy.getTypePtr())) in VisitObjCMethodDecl()