Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DHeaderSearch.h490 void IncrementFrameworkLookupCount() { ++NumFrameworkLookups; } in IncrementFrameworkLookupCount() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DHeaderSearch.cpp381 HS.IncrementFrameworkLookupCount(); in DoFrameworkLookup()