Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReader.cpp5956 QualType InfoTy = readType(F, Record, Idx); in GetTypeSourceInfo() local
5957 if (InfoTy.isNull()) in GetTypeSourceInfo()
5960 TypeSourceInfo *TInfo = getContext().CreateTypeSourceInfo(InfoTy); in GetTypeSourceInfo()