Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13429 void CheckConstructorCall(FunctionDecl *FDecl, QualType ThisType,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp15762 CheckConstructorCall(Constructor, DeclInitType, in CompleteConstructorCall()
H A DSemaChecking.cpp6008 void Sema::CheckConstructorCall(FunctionDecl *FDecl, QualType ThisType, in CheckConstructorCall() function in Sema