Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMapFile.h73 ModuleAttributes Attrs;
H A DModuleMap.h231 using Attributes = ModuleAttributes;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h109 struct ModuleAttributes { struct
127 ModuleAttributes() in ModuleAttributes() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp126 bool parseOptionalAttributes(ModuleAttributes &Attrs);
475 ModuleAttributes Attrs; in parseConfigMacrosDecl()
1066 bool ModuleMapFileParser::parseOptionalAttributes(ModuleAttributes &Attrs) { in parseOptionalAttributes()