Home
last modified time | relevance | path

Searched refs:AddPrebuiltModulePath (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearchOptions.h257 void AddPrebuiltModulePath(StringRef Name) { in AddPrebuiltModulePath() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp3139 Opts.AddPrebuiltModulePath(A->getValue()); in ParseHeaderSearchArgs()