Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp68 static bool CanRepresent(const Type *Ty) { in CanRepresent() function
87 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitTypeDecl()
94 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitObjCInterfaceDecl()
115 if (CanRepresent(FnTy.getTypePtr())) in VisitFunctionDecl()
134 if (CanRepresent(FnTy.getTypePtr())) in VisitObjCMethodDecl()