Home
last modified time | relevance | path

Searched refs:createDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp178 T *createDecl(ASTImporter &importer, Decl *from_d, Args &&... args) { in createDecl() function
277 result = createDecl<ClassTemplateSpecializationDecl>( in tryInstantiateStdTemplate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLBuiltinTypeDeclBuilder.cpp160 void createDecl();
166 createDecl(); in ensureCompleteDecl()
372 void BuiltinTypeMethodBuilder::createDecl() { in createDecl() function in clang::hlsl::BuiltinTypeMethodBuilder