Searched refs:isExcluded (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp171 bool isExcluded(const Record *OptionOrGroup, const Record *DocInfo) { function in namespace:__anon3547
299 if (!isExcluded(Alias, DocInfo) && canSphinxCopeWithOption(Option.Option))
305 if (isExcluded(Option.Option, DocInfo))
357 if (isExcluded(Group.Group, DocInfo))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp140 bool isExcluded(const Value *Value) const { function in struct:__anon4483::Query
624 if (Q.isExcluded(I))
664 if (Q.isExcluded(I))

Completed in 126 milliseconds