Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearch.h323 llvm::StringSet<llvm::BumpPtrAllocator> FrameworkNames; variable
/llvm-project-15.0.7/clang/lib/Lex/
H A DHeaderSearch.cpp1464 return FrameworkNames.insert(Framework).first->first(); in getUniqueFrameworkName()