Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp331 REGISTER_MATCHER(usingDirectiveDecl); in RegistryMaps()
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h917 usingDirectiveDecl; variable
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3171 usingDirectiveDecl())); in TEST()
3173 matches("namespace X { int x; } using X::x;", usingDirectiveDecl())); in TEST()