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

/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp2879 bool WasInteresting = isConsumerInterestedIn(D, false); local
2899 if (!WasInteresting &&
2902 WasInteresting = true;
H A DASTReader.cpp713 bool WasInteresting = isInterestingIdentifier(*II); local
715 if (WasInteresting)
749 bool WasInteresting = isInterestingIdentifier(*II); local
751 if (WasInteresting)

Completed in 49 milliseconds