Searched refs:VerifyDecl (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp96 static void VerifyDecl(clang::Decl *decl) { function in namespace:__anon1447
97 assert(decl && "VerifyDecl called with nullptr?");
1662 VerifyDecl(class_template_decl);
1956 VerifyDecl(namespace_decl);
2207 VerifyDecl(func_decl);
7322 VerifyDecl(field);
7347 VerifyDecl(field);
7512 VerifyDecl(var_decl);
7744 VerifyDecl(cxx_method_decl);
8157 VerifyDecl(objc_method_dec
[all...]

Completed in 79 milliseconds