Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVerifyDecl.cpp13 void lldb_private::VerifyDecl(clang::Decl *decl) { decl->getAccess(); } in VerifyDecl() function in lldb_private
H A DClangASTContext.cpp1673 VerifyDecl(class_template_decl); in CreateClassTemplateDecl()
1953 VerifyDecl(namespace_decl); in GetUniqueNamespaceDeclaration()
2168 VerifyDecl(func_decl); in CreateFunctionDeclaration()
7938 VerifyDecl(field); in AddFieldToRecordType()
7963 VerifyDecl(field); in AddFieldToRecordType()
8129 VerifyDecl(var_decl); in AddVariableToRecordType()
8308 VerifyDecl(cxx_method_decl); in AddMethodToCXXRecordType()
8711 VerifyDecl(objc_method_decl); in AddMethodToObjCObjectType()
8995 VerifyDecl(enumerator_decl); in AddEnumerationValueToEnumerationType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVerifyDecl.h16 void VerifyDecl(clang::Decl *decl);