Home
last modified time | relevance | path

Searched refs:CheckConstructorCall (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13858 void CheckConstructorCall(FunctionDecl *FDecl, QualType ThisType,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16218 CheckConstructorCall(Constructor, DeclInitType, in CompleteConstructorCall()
H A DSemaChecking.cpp7612 void Sema::CheckConstructorCall(FunctionDecl *FDecl, QualType ThisType, in CheckConstructorCall() function in Sema