Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DInitHeaderSearch.cpp200 bool IsBaseFound = AddPath(Base, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
211 AddPath(Base + "/backward", CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
252 AddPath("/usr/local/include", System, false); in AddDefaultCIncludePaths()
278 AddPath(dir, ExternCSystem, false); in AddDefaultCIncludePaths()
293 AddPath(P, System, false); in AddDefaultCIncludePaths()
338 AddPath("/usr/include/w32api", System, false); in AddDefaultCIncludePaths()
381 AddPath("/usr/include", ExternCSystem, false); in AddDefaultCIncludePaths()
417 AddPath("/usr/include/c++/5.0", CXXSystem, false); in AddDefaultCPlusPlusIncludePaths()
465 AddPath("/Library/Frameworks", System, true); in AddDefaultIncludePaths()
473 AddPath("/usr/include/c++/v1", CXXSystem, false); in AddDefaultIncludePaths()
[all …]
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTRecordWriter.h293 void AddPath(StringRef Path) { in AddPath() function
294 return Writer->AddPath(Path, *Record); in AddPath()
H A DASTWriter.h655 void AddPath(StringRef Path, RecordDataImpl &Record);
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dextract_interface.cc389 HSO.AddPath(Path, frontend::Angled, false, true); in add_path()
400 HSO.AddPath(Path, frontend::Angled, true, false, false); in add_path()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearchOptions.h241 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp3153 Opts.AddPath(Path, Group, IsFramework, in ParseHeaderSearchArgs()
3171 Opts.AddPath(A->getValue(), frontend::After, false, true); in ParseHeaderSearchArgs()
3173 Opts.AddPath(A->getValue(), frontend::Quoted, false, true); in ParseHeaderSearchArgs()
3175 Opts.AddPath(A->getValue(), frontend::System, false, in ParseHeaderSearchArgs()
3178 Opts.AddPath(A->getValue(), frontend::System, true, true); in ParseHeaderSearchArgs()
3180 Opts.AddPath(A->getValue(), frontend::System, /*IsFramework=*/true, in ParseHeaderSearchArgs()
3185 Opts.AddPath(A->getValue(), frontend::CSystem, false, true); in ParseHeaderSearchArgs()
3187 Opts.AddPath(A->getValue(), frontend::CXXSystem, false, true); in ParseHeaderSearchArgs()
3189 Opts.AddPath(A->getValue(), frontend::ObjCSystem, false,true); in ParseHeaderSearchArgs()
3191 Opts.AddPath(A->getValue(), frontend::ObjCXXSystem, false, true); in ParseHeaderSearchArgs()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp291 search_opts.AddPath(dir, frontend::System, false, true); in SetupModuleHeaderPaths()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp1277 AddPath(WritingModule->PresumedModuleMapFile.empty() in WriteControlBlock()
1287 AddPath(F->getName(), Record); in WriteControlBlock()
1316 AddPath(M.FileName, Record); in WriteControlBlock()
2205 AddPath(LineTable.getFilename(LE.FilenameID), Record); in WriteSourceManagerBlock()
4412 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) { in AddPath() function in ASTWriter