Searched refs:LocInfoType (Results 1 – 3 of 3) sorted by relevance
29 class LocInfoType : public Type {38 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType() function
324 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) in isDeclarationOfFunction()
2336 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) { in GetTypeFromParser()4895 LocInfoType *LocT = (LocInfoType*)BumpAlloc.Allocate(sizeof(LocInfoType), in CreateParsedType()4897 new (LocT) LocInfoType(T, TInfo); in CreateParsedType()4903 void LocInfoType::getAsStringInternal(std::string &Str, in getAsStringInternal()