Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.cpp21 static bool isGeneratedDecl(const Decl *D) { in isGeneratedDecl() function
29 return !isGeneratedDecl(D); in shouldIndex()