Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp65 void moduleMapAddHeader(StringRef HeaderPath) override { in moduleMapAddHeader() function
72 moduleMapAddHeader(HeaderFilename); in moduleMapAddUmbrellaHeader()
94 moduleMapAddHeader(AltHeaderFilename); in moduleMapAddUmbrellaHeader()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h65 virtual void moduleMapAddHeader(StringRef Filename) {} in moduleMapAddHeader() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp1239 Cb->moduleMapAddHeader(Header.Entry->getName()); in addHeader()