Home
last modified time | relevance | path

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

12

/external/clang/lib/Frontend/
DInitHeaderSearch.cpp59 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
116 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() function in InitHeaderSearch
182 AddPath(Base, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
188 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
190 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
193 AddPath(Base + "/backward", CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
199 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++", in AddMinGWCPlusPlusIncludePaths()
201 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch, in AddMinGWCPlusPlusIncludePaths()
203 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward", in AddMinGWCPlusPlusIncludePaths()
227 AddPath("/usr/local/include", System, false); in AddDefaultCIncludePaths()
[all …]
DCompilerInvocation.cpp1408 Opts.AddPath(Path.c_str(), Group, IsFramework, in ParseHeaderSearchArgs()
1420 Opts.AddPath(Prefix.str() + A->getValue(), frontend::After, false, true); in ParseHeaderSearchArgs()
1422 Opts.AddPath(Prefix.str() + A->getValue(), frontend::Angled, false, true); in ParseHeaderSearchArgs()
1426 Opts.AddPath(A->getValue(), frontend::After, false, true); in ParseHeaderSearchArgs()
1428 Opts.AddPath(A->getValue(), frontend::Quoted, false, true); in ParseHeaderSearchArgs()
1430 Opts.AddPath(A->getValue(), frontend::System, false, in ParseHeaderSearchArgs()
1433 Opts.AddPath(A->getValue(), frontend::System, true, true); in ParseHeaderSearchArgs()
1437 Opts.AddPath(A->getValue(), frontend::CSystem, false, true); in ParseHeaderSearchArgs()
1439 Opts.AddPath(A->getValue(), frontend::CXXSystem, false, true); in ParseHeaderSearchArgs()
1441 Opts.AddPath(A->getValue(), frontend::ObjCSystem, false,true); in ParseHeaderSearchArgs()
[all …]
/external/llvm-project/clang/lib/Frontend/
DInitHeaderSearch.cpp57 bool AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
115 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() function in InitHeaderSearch
188 bool IsBaseFound = AddPath(Base, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
194 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
196 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
199 AddPath(Base + "/backward", CXXSystem, false); in AddGnuCPlusPlusIncludePaths()
206 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++", in AddMinGWCPlusPlusIncludePaths()
208 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch, in AddMinGWCPlusPlusIncludePaths()
210 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward", in AddMinGWCPlusPlusIncludePaths()
239 AddPath("/usr/local/include", System, false); in AddDefaultCIncludePaths()
[all …]
/external/perfetto/src/traced/probes/filesystem/
Dprefix_finder_unittest.cc35 pr.AddPath("/a/1"); in TEST()
36 pr.AddPath("/a/2"); in TEST()
37 pr.AddPath("/a/3"); in TEST()
38 pr.AddPath("/b/4"); in TEST()
39 pr.AddPath("/b/5"); in TEST()
Drange_tree_unittest.cc39 pr.AddPath("/a/foo"); in TEST()
40 pr.AddPath("/b/foo"); in TEST()
41 pr.AddPath("/c/foo"); in TEST()
42 pr.AddPath("/d/foo"); in TEST()
Dprefix_finder.h88 void AddPath(std::string path);
Dprefix_finder.cc79 void PrefixFinder::AddPath(std::string path) { in AddPath() function in perfetto::PrefixFinder
Dinode_file_data_source.cc73 inode_map[inode_number].AddPath(path); in OnInodeFound()
320 cur_val->AddPath(path); in OnInodeFound()
/external/pdfium/core/fxge/
Dfx_ge_linux.cpp148 AddPath(*pPath); in ParseFontCfg()
158 pInfo->AddPath("/usr/share/fonts"); in CreateDefault()
159 pInfo->AddPath("/usr/share/X11/fonts/Type1"); in CreateDefault()
160 pInfo->AddPath("/usr/share/X11/fonts/TTF"); in CreateDefault()
161 pInfo->AddPath("/usr/local/share/fonts"); in CreateDefault()
Dfx_font_unittest.cpp35 folder_font_info.AddPath( in TEST()
Dcfx_folderfontinfo.h23 void AddPath(const ByteString& path);
/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp129 AddPath(*pPath); in ParseFontCfg()
138 pInfo->AddPath("~/Library/Fonts"); in CreateDefault()
139 pInfo->AddPath("/Library/Fonts"); in CreateDefault()
140 pInfo->AddPath("/System/Library/Fonts"); in CreateDefault()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc416 AddPath(path1); in LocationRecorder()
422 AddPath(path1); in LocationRecorder()
428 AddPath(path1); in LocationRecorder()
429 AddPath(path2); in LocationRecorder()
450 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath() function in google::protobuf::compiler::Parser::LocationRecorder
976 location.AddPath(FieldDescriptorProto::kTypeNameFieldNumber); in ParseMessageFieldNoLabel()
995 location.AddPath(FieldDescriptorProto::kTypeFieldNumber); in ParseMessageFieldNoLabel()
998 location.AddPath(FieldDescriptorProto::kTypeNameFieldNumber); in ParseMessageFieldNoLabel()
1046 group_location.AddPath(location_field_number_for_nested_type); in ParseMessageFieldNoLabel()
1047 group_location.AddPath(messages->size()); in ParseMessageFieldNoLabel()
[all …]
/external/mesa3d/src/hgl/
DGLRendererRoster.cpp113 AddPath(path.Path()); in AddDefaultPaths()
119 GLRendererRoster::AddPath(const char* path) in AddPath() function in GLRendererRoster
DGLRendererRoster.h36 status_t AddPath(const char* path);
/external/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc198 void AddPath(const std::string& path);
299 AddPath(mask.paths(i)); in MergeFromFieldMask()
325 void FieldMaskTree::AddPath(const std::string& path) { in AddPath() function in google::protobuf::util::__anonbf8e28a10111::FieldMaskTree
420 out->AddPath(path); in IntersectPath()
440 out->AddPath(prefix); in MergeLeafNodesToTree()
/external/llvm-project/clang/include/clang/Serialization/
DASTRecordWriter.h286 void AddPath(StringRef Path) { in AddPath() function
287 return Writer->AddPath(Path, *Record); in AddPath()
/external/perfetto/include/perfetto/ext/traced/
Ddata_source_types.h49 void AddPath(std::string path) { paths_.emplace(std::move(path)); } in AddPath() function
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py585 self.AddPath(path)
587 def AddPath(self, path): member in _FieldMaskTree
629 intersection.AddPath(path)
637 self.AddPath(prefix)
/external/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp258 c.getHeaderSearchOpts().AddPath(LIBCLC_INCLUDEDIR, in compile()
266 c.getHeaderSearchOpts().AddPath(CLANG_RESOURCE_DIR, in compile()
287 c.getHeaderSearchOpts().AddPath(tmp_header_path, in compile()
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h187 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath() function
/external/llvm-project/clang/include/clang/Lex/
DHeaderSearchOptions.h234 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath() function
/external/llvm-project/polly/lib/External/isl/interface/
Dextract_interface.cc388 HSO.AddPath(Path, frontend::Angled, false, true); in add_path()
399 HSO.AddPath(Path, frontend::Angled, true, false, false); in add_path()
/external/clang/include/clang/Serialization/
DASTWriter.h600 void AddPath(StringRef Path, RecordDataImpl &Record);
896 void AddPath(StringRef Path) { in AddPath() function
897 return Writer->AddPath(Path, *Record); in AddPath()
/external/llvm-project/polly/lib/External/isl/m4/
Dax_detect_clang.m4158 HSO.AddPath("", frontend::Angled, false, false);
160 [Define if HeaderSearchOptions::AddPath takes 4 arguments])])

12