Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp282 bool DidCallback = false; in ForEachMatchingDC() local
289 DidCallback = true; in ForEachMatchingDC()
294 if (!DidCallback && LoggingEnabled()) in ForEachMatchingDC()
299 assert(DidCallback && "Couldn't find a source context matching our DC"); in ForEachMatchingDC()