HomeSort by: relevance | last modified time | path
    Searched refs:getTypeOfType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1587 QualType getTypeOfType(QualType t) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5430 /// getTypeOfType - Unlike many "get<Type>" functions, we don't unique
5435 QualType ASTContext::getTypeOfType(QualType tofType) const {
ASTImporter.cpp 1327 return Importer.getToContext().getTypeOfType(*ToUnderlyingTypeOrErr);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1610 Result = Context.getTypeOfType(Result);
TreeTransform.h 14379 return SemaRef.Context.getTypeOfType(Underlying);

Completed in 44 milliseconds