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

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp67 static bool CanRepresent(const Type *Ty) { function in struct:__anon570::PCHContainerGenerator::DebugTypeVisitor
86 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr()))
93 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr()))
110 if (CanRepresent(FnTy.getTypePtr()))
129 if (CanRepresent(FnTy.getTypePtr()))

Completed in 216 milliseconds