Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h174 std::vector<std::string> EmbedEntries; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4573 for (const auto &EmbedEntry : Opts.EmbedEntries) in GeneratePreprocessorArgs()
4670 Opts.EmbedEntries.push_back(std::string(Val)); in ParsePreprocessorArgs()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1135 for (const auto &Entry : PPOpts->EmbedEntries) { in LookupEmbedFile()