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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1297 QualType getTypeOfType(QualType t) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1720 return Importer.getToContext().getTypeOfType(ToUnderlyingType);
H A DASTContext.cpp3964 /// getTypeOfType - Unlike many "get<Type>" functions, we don't unique
3969 QualType ASTContext::getTypeOfType(QualType tofType) const { function in class:ASTContext
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1446 Result = Context.getTypeOfType(Result);
H A DTreeTransform.h11345 return SemaRef.Context.getTypeOfType(Underlying);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5408 return Context.getTypeOfType(UnderlyingType);

Completed in 242 milliseconds