Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Index/
DIndexingContext.cpp274 static bool shouldSkipNamelessDecl(const NamedDecl *ND) { in shouldSkipNamelessDecl() function
294 if (shouldSkipNamelessDecl(ND)) in adjustParent()
369 if (!isa<NamedDecl>(D) || shouldSkipNamelessDecl(cast<NamedDecl>(D))) in handleDeclOccurrence()