Searched refs:addRequirement (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Module.h | 741 void addRequirement(StringRef Feature, bool RequiredState,
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Module.cpp | 319 void Module::addRequirement(StringRef Feature, bool RequiredState, in addRequirement() function in Module
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 2373 ActiveModule->addRequirement(Feature, RequiredState, Map.LangOpts, in parseRequiresDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 5977 CurrentModule->addRequirement(Blob, Record[0], PP.getLangOpts(), in ReadSubmoduleBlock()
|