reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1197   CanQualType getCanonicalFunctionResultType(QualType ResultType) const;

References

tools/clang/lib/AST/ASTContext.cpp
 3693       getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info);
 3865     CanQualType CanResultTy = getCanonicalFunctionResultType(ResultTy);
tools/clang/lib/Sema/SemaLambda.cpp
  764     if (Context.getCanonicalFunctionResultType(ReturnType) ==
  765           Context.getCanonicalFunctionResultType(CSI.ReturnType)) {
tools/clang/lib/Sema/SemaStmt.cpp
 3528     CanQualType OldDeducedType = Context.getCanonicalFunctionResultType(
 3530     CanQualType NewDeducedType = Context.getCanonicalFunctionResultType(