Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp2558 std::pair<StringRef, StringRef> PropRestPair = MangledName.split('$'); in OMPTraitInfo() local
2559 Property.RawString = PropRestPair.first; in OMPTraitInfo()
2561 Set.Kind, Selector.Kind, PropRestPair.first); in OMPTraitInfo()
2562 MangledName = MangledName.drop_front(PropRestPair.first.size()); in OMPTraitInfo()