Searched refs:isFunctionLocalDecl (Results 1 – 6 of 6) sorted by relevance
50 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()100 bool IndexingContext::isFunctionLocalDecl(const Decl *D) { in isFunctionLocalDecl() function in IndexingContext
61 static bool isFunctionLocalDecl(const Decl *D);
188 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in indexTagDecl()
272 if (!IndexCtx.isFunctionLocalDecl(D)) in VisitDeclStmt()
360 static bool isFunctionLocalDecl(const Decl *D);
417 bool CXIndexDataConsumer::isFunctionLocalDecl(const Decl *D) { in isFunctionLocalDecl() function in CXIndexDataConsumer903 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()