Searched defs:isConstructor (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/utils/ | ||
H A D | ExceptionSpecAnalyzer.cpp | 191 bool ExceptionSpecAnalyzer::isConstructor(DefaultableMemberKind Kind) { in isConstructor() function in clang::tidy::utils::ExceptionSpecAnalyzer |
/llvm-project/clang/lib/AST/Interp/ | ||
H A D | Function.h |
|
/llvm-project/mlir/include/mlir/TableGen/ | ||
H A D | Class.h | 364 bool isConstructor() const { return properties & Constructor; } isConstructor() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCodeComplete.cpp | 1109 static bool isConstructor(const Decl *ND) { isConstructor() function |