Searched refs:LocInfoType (Results 1 – 3 of 3) sorted by relevance
29 class LocInfoType : public Type {38 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType() function58 static bool classof(const LocInfoType *) { return true; } in classof() argument
280 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) in isDeclarationOfFunction()
1536 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) { in GetTypeFromParser()3023 LocInfoType *LocT = (LocInfoType*)BumpAlloc.Allocate(sizeof(LocInfoType), in CreateParsedType()3025 new (LocT) LocInfoType(T, TInfo); in CreateParsedType()3031 void LocInfoType::getAsStringInternal(std::string &Str, in getAsStringInternal()