Searched refs:shouldSkipNamelessDecl (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Index/
H A DIndexingContext.cpp270 static bool shouldSkipNamelessDecl(const NamedDecl *ND) { function
290 if (shouldSkipNamelessDecl(ND))
365 if (!isa<NamedDecl>(D) || shouldSkipNamelessDecl(cast<NamedDecl>(D)))

Completed in 84 milliseconds