Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp161 StringRef TopLevelName = getTopLevelModuleName(); in isForBuilding() local
170 TopLevelName.ends_with("_Private")) in isForBuilding()
171 TopLevelName = TopLevelName.drop_back(8); in isForBuilding()
173 return TopLevelName == CurrentModule; in isForBuilding()