Home
last modified time | relevance | path

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

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