Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordVisitor.cpp22 static bool shouldSkipRecord(const Record &R, const bool RecordUndefs) { in shouldSkipRecord() function
32 if (shouldSkipRecord(GR, RecordUndefs)) in visitGlobal()
50 if (shouldSkipRecord(*IV, RecordUndefs)) in addIVars()
60 if (!shouldSkipRecord(ObjCR, RecordUndefs)) { in visitObjCInterface()