Searched refs:AddPath (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTRecordWriter.h | 313 void AddPath(StringRef Path) { in AddPath() function 314 return Writer->AddPath(Path, *Record); in AddPath()
|
H A D | ASTWriter.h | 770 void AddPath(StringRef Path, RecordDataImpl &Record);
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 291 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath() function
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 3325 Opts.AddPath(PrefixHeaderPath(A, IsFramework), Group, IsFramework, in ParseHeaderSearchArgs() 3337 Opts.AddPath(Prefix.str() + A->getValue(), frontend::After, false, true); in ParseHeaderSearchArgs() 3339 Opts.AddPath(Prefix.str() + A->getValue(), frontend::Angled, false, true); in ParseHeaderSearchArgs() 3343 Opts.AddPath(PrefixHeaderPath(A), frontend::After, false, true); in ParseHeaderSearchArgs() 3345 Opts.AddPath(PrefixHeaderPath(A), frontend::Quoted, false, true); in ParseHeaderSearchArgs() 3349 Opts.AddPath(A->getValue(), frontend::System, false, in ParseHeaderSearchArgs() 3353 Opts.AddPath(PrefixHeaderPath(A), frontend::System, false, true); in ParseHeaderSearchArgs() 3356 Opts.AddPath(A->getValue(), frontend::System, true, true); in ParseHeaderSearchArgs() 3358 Opts.AddPath(A->getValue(), frontend::System, /*IsFramework=*/true, in ParseHeaderSearchArgs() 3363 Opts.AddPath(A->getValue(), frontend::CSystem, false, true); in ParseHeaderSearchArgs() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 827 auto AddPath = [&](const ArrayRef<StringRef> &SS) { in getArchSpecificLibPaths() local 835 AddPath({getTriple().str()}); in getArchSpecificLibPaths() 836 AddPath({getOSLibName(), llvm::Triple::getArchTypeName(getArch())}); in getArchSpecificLibPaths()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 289 search_opts.AddPath(dir, frontend::System, false, true); in SetupModuleHeaderPaths()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1489 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 WriteSourceManagerBlock() 4780 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) { in AddPath() function in ASTWriter
|