Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingContext.cpp21 static bool isGeneratedDecl(const Decl *D) { in isGeneratedDecl() function
29 return !isGeneratedDecl(D); in shouldIndex()