Home
last modified time | relevance | path

Searched refs:AddPath (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp65 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework,
117 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() function in InitHeaderSearch
190 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++", in AddMinGWCPlusPlusIncludePaths()
192 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch, in AddMinGWCPlusPlusIncludePaths()
194 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward", in AddMinGWCPlusPlusIncludePaths()
213 AddPath("/usr/local/include", System, false); in AddDefaultCIncludePaths()
239 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths()
248 AddPath("/usr/include/w32api", System, false); in AddDefaultCIncludePaths()
258 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths()
347 AddPath("/System/DriverKit/System/Library/Frameworks", System, true); in AddDefaultIncludePaths()
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h313 void AddPath(StringRef Path) {
314 return Writer->AddPath(Path, *Record);
296 void AddPath(StringRef Path) { AddPath() function
H A DASTWriter.h770 void AddPath(StringRef Path, RecordDataImpl &Record); in getDeclTemplateTypeParmAbbrev()
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h290 /// AddPath - Add the \p Path path to the specified \p Group list.
291 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddSystemHeaderPrefix()
283 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, AddPath() function
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3325 Opts.AddPath(PrefixHeaderPath(A, IsFramework), Group, IsFramework, in IsInputCompatibleWithStandard()
3337 Opts.AddPath(Prefix.str() + A->getValue(), frontend::After, false, true); in GetInputKindName()
3339 Opts.AddPath(Prefix.str() + A->getValue(), frontend::Angled, false, true); in GetInputKindName()
3343 Opts.AddPath(PrefixHeaderPath(A), frontend::After, false, true); in GetInputKindName()
3345 Opts.AddPath(PrefixHeaderPath(A), frontend::Quoted, false, true); in GetInputKindName()
3349 Opts.AddPath(A->getValue(), frontend::System, false, in GetInputKindName()
3353 Opts.AddPath(PrefixHeaderPath(A), frontend::System, false, true); in GetInputKindName()
3356 Opts.AddPath(A->getValue(), frontend::System, true, true); in GetInputKindName()
3358 Opts.AddPath(A->getValue(), frontend::System, /*IsFramework=*/true, in GetInputKindName()
3363 Opts.AddPath( in GetInputKindName()
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp827 auto AddPath = [&](const ArrayRef<StringRef> &SS) {
835 AddPath({getTriple().str()}); in GetLinkerPath()
836 AddPath({getOSLibName(), llvm::Triple::getArchTypeName(getArch())}); in GetLinkerPath()
781 auto AddPath = [&](const ArrayRef<StringRef> &SS) { getArchSpecificLibPaths() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp289 search_opts.AddPath(dir, frontend::System, false, true); in SetupModuleHeaderPaths()
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1489 AddPath(WritingModule->PresumedModuleMapFile.empty() in WriteControlBlock()
1505 AddPath(F.getName(), Record); in WriteControlBlock()
1540 AddPath(M.FileName, Record); in WriteControlBlock()
2428 AddPath(LineTable.getFilename(LE.FilenameID), Record); in WritePreprocessor()
4780 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) { in WriteASTCore()
4552 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) { AddPath() function in ASTWriter