Searched refs:LocInfoType (Results 1 – 5 of 5) sorted by relevance
28 class LocInfoType : public Type {37 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType() function
318 void VisitLocInfoType(const LocInfoType *T) { in VisitLocInfoType()
398 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) in isDeclarationOfFunction()
2954 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) { in GetTypeFromParser()6329 LocInfoType *LocT = (LocInfoType*)BumpAlloc.Allocate(sizeof(LocInfoType), in CreateParsedType()6331 new (LocT) LocInfoType(T, TInfo); in CreateParsedType()6337 void LocInfoType::getAsStringInternal(std::string &Str, in getAsStringInternal()
191 if (isa<LocInfoType>(T)) { in Visit()