Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Index/
DIndexingContext.cpp21 static bool isGeneratedDecl(const Decl *D) { in isGeneratedDecl() function
29 return !isGeneratedDecl(D); in shouldIndex()