Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMapFile.h36 struct LinkDecl, struct ConfigMacrosDecl, struct ConflictDecl>;
116 struct ConfigMacrosDecl { struct
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp110 std::optional<ConfigMacrosDecl> parseConfigMacrosDecl();
469 std::optional<ConfigMacrosDecl> ModuleMapFileParser::parseConfigMacrosDecl() { in parseConfigMacrosDecl()
471 ConfigMacrosDecl CMDecl; in parseConfigMacrosDecl()
1207 [&](const ConfigMacrosDecl &CMD) { in dumpDecls()
H A DModuleMap.cpp1582 void handleConfigMacros(const modulemap::ConfigMacrosDecl &CMD);
1820 [&](const modulemap::ConfigMacrosDecl &CMD) { in handleModuleDecl()
2075 const modulemap::ConfigMacrosDecl &CMD) { in handleConfigMacros()