Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaWasm.h47 void handleWebAssemblyImportModuleAttr(Decl *D, const ParsedAttr &AL);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaWasm.cpp285 void SemaWasm::handleWebAssemblyImportModuleAttr(Decl *D, in handleWebAssemblyImportModuleAttr() function in clang::SemaWasm
H A DSemaDeclAttr.cpp6418 S.Wasm().handleWebAssemblyImportModuleAttr(D, AL); in ProcessDeclAttribute()