Home
last modified time | relevance | path

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

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