Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp156 StringRef TopLevelName = getTopLevelModuleName(); in isForBuilding() local
165 TopLevelName.ends_with("_Private")) in isForBuilding()
166 TopLevelName = TopLevelName.drop_back(8); in isForBuilding()
168 return TopLevelName == CurrentModule; in isForBuilding()