Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp55 std::string CurrentFileName; member in MapExtDefNamesConsumer
85 if (CurrentFileName.empty()) { in addIfInMain()
86 CurrentFileName = std::string( in addIfInMain()
88 if (CurrentFileName.empty()) in addIfInMain()
89 CurrentFileName = "invalid_file"; in addIfInMain()
97 Index[*LookupName] = CurrentFileName; in addIfInMain()