Searched refs:getTypeOfType (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1292 QualType getTypeOfType(QualType t) const;
/external/clang/lib/AST/
H A DASTImporter.cpp1712 return Importer.getToContext().getTypeOfType(ToUnderlyingType);
H A DASTContext.cpp3923 /// getTypeOfType - Unlike many "get<Type>" functions, we don't unique
3928 QualType ASTContext::getTypeOfType(QualType tofType) const { function in class:ASTContext
/external/clang/lib/Sema/
H A DSemaType.cpp1437 Result = Context.getTypeOfType(Result);
H A DTreeTransform.h11317 return SemaRef.Context.getTypeOfType(Underlying);
/external/clang/lib/Serialization/
H A DASTReader.cpp5401 return Context.getTypeOfType(UnderlyingType);

Completed in 176 milliseconds