Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp715 bool shouldSkip = newName == "getAttributeNames" || in getGetterOrSetterNames() local
722 shouldSkip = true; in getGetterOrSetterNames()
727 shouldSkip = true; in getGetterOrSetterNames()
732 shouldSkip = true; in getGetterOrSetterNames()
734 if (!shouldSkip) in getGetterOrSetterNames()
/llvm-project-15.0.7/clang/include/clang/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.h113 bool shouldSkip(const APIRecord &Record) const;
/llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp465 bool SymbolGraphSerializer::shouldSkip(const APIRecord &Record) const { in shouldSkip() function in SymbolGraphSerializer
481 if (shouldSkip(Record)) in serializeAPIRecord()
/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp1154 static bool shouldSkip(SectionCommand *cmd) { in shouldSkip() function
1216 while (i != e && shouldSkip(*i)) in findOrphanPos()
1539 std::find_if(i, e, [](SectionCommand *cmd) { return !shouldSkip(cmd); }); in sortSections()