Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DHeaderSearch.h504 void IncrementFrameworkLookupCount() { ++NumFrameworkLookups; } in IncrementFrameworkLookupCount() function
/external/clang/lib/Lex/
DHeaderSearch.cpp438 HS.IncrementFrameworkLookupCount(); in DoFrameworkLookup()