Home
last modified time | relevance | path

Searched refs:getCompletedType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8356 QualType Sema::getCompletedType(Expr *E) { in getCompletedType() function in Sema
8387 return RequireCompleteType(E->getExprLoc(), getCompletedType(E), Kind, in RequireCompleteExprType()
H A DSemaInit.cpp4295 QualType cv2T2 = S.getCompletedType(Initializer); in TryReferenceListInitialization()
4750 QualType cv2T2 = S.getCompletedType(Initializer); in TryReferenceInitialization()
H A DSemaTemplateDeduction.cpp3875 ArgType = S.getCompletedType(Arg); in AdjustFunctionParmAndArgTypesForDeduction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2302 QualType getCompletedType(Expr *E);