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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 767 if (Context.getCanonicalFunctionResultType(ReturnType) ==
768 Context.getCanonicalFunctionResultType(CSI.ReturnType)) {
SemaStmt.cpp 3890 CanQualType OldDeducedType = Context.getCanonicalFunctionResultType(
3892 CanQualType NewDeducedType = Context.getCanonicalFunctionResultType(
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1201 CanQualType getCanonicalFunctionResultType(QualType ResultType) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 4181 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info);
4197 ASTContext::getCanonicalFunctionResultType(QualType ResultType) const {
4353 CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy);

Completed in 27 milliseconds