Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDHeaderSearch.h521 void IncrementFrameworkLookupCount() { ++NumFrameworkLookups; } in IncrementFrameworkLookupCount() function
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDHeaderSearch.cpp446 HS.IncrementFrameworkLookupCount(); in DoFrameworkLookup()