Home
last modified time | relevance | path

Searched refs:all_components (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/test/
H A DTool.py172 all_components = reversed([x for x in splitall(test_name)])
173 return '_'.join(all_components)
/llvm-project-15.0.7/llvm/cmake/modules/
H A DLLVM-Config.cmake276 get_property(all_components GLOBAL PROPERTY LLVM_COMPONENT_LIBS)
277 list(APPEND expanded_components ${all_components})
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6640 for (auto &M : C->all_components()) { in VisitOMPMapClause()
6730 for (auto &M : C->all_components()) { in VisitOMPToClause()
6760 for (auto &M : C->all_components()) { in VisitOMPFromClause()
6785 for (auto &M : C->all_components()) { in VisitOMPUseDevicePtrClause()
6805 for (auto &M : C->all_components()) { in VisitOMPUseDeviceAddrClause()
6825 for (auto &M : C->all_components()) { in VisitOMPIsDevicePtrClause()
6845 for (auto &M : C->all_components()) { in VisitOMPHasDeviceAddrClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h5677 const_all_components_range all_components() const { in all_components() function