| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 200 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 D | ASTRecordWriter.h | 293 void AddPath(StringRef Path) { in AddPath() function 294 return Writer->AddPath(Path, *Record); in AddPath()
|
| H A D | ASTWriter.h | 655 void AddPath(StringRef Path, RecordDataImpl &Record);
|
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | extract_interface.cc | 389 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 D | HeaderSearchOptions.h | 241 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath() function
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 3153 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 D | ClangExpressionParser.cpp | 291 search_opts.AddPath(dir, frontend::System, false, true); in SetupModuleHeaderPaths()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1277 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
|