Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DLocInfoType.h29 class LocInfoType : public Type {
38 LocInfoType(QualType ty, TypeSourceInfo *TInfo) in LocInfoType() function
58 static bool classof(const LocInfoType *) { return true; } in classof() argument
/external/clang/lib/Sema/
DDeclSpec.cpp280 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT)) in isDeclarationOfFunction()
DSemaType.cpp1536 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()