Home
last modified time | relevance | path

Searched defs:isConstructor (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExceptionSpecAnalyzer.cpp191 bool ExceptionSpecAnalyzer::isConstructor(DefaultableMemberKind Kind) { in isConstructor() function in clang::tidy::utils::ExceptionSpecAnalyzer
/llvm-project/clang/lib/AST/Interp/
H A DFunction.h
/llvm-project/mlir/include/mlir/TableGen/
H A DClass.h364 bool isConstructor() const { return properties & Constructor; } isConstructor() function
/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1109 static bool isConstructor(const Decl *ND) { isConstructor() function