Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12418 void CheckConstructorCall(FunctionDecl *FDecl, QualType ThisType,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp15299 CheckConstructorCall(Constructor, DeclInitType, in CompleteConstructorCall()
H A DSemaChecking.cpp4689 void Sema::CheckConstructorCall(FunctionDecl *FDecl, QualType ThisType, in CheckConstructorCall() function in Sema