Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp21 fileScopeAsmDecl; variable
26 Finder->addMatcher(fileScopeAsmDecl().bind("asm-file-scope"), this); in registerMatchers()