Searched refs:FirstSeparator (Results 1 – 2 of 2) sorted by relevance
217 StringRef FirstSeparator, Separator; variable220 explicit CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator,
1201 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator, in CGOpenMPRuntime() argument1203 : CGM(CGM), FirstSeparator(FirstSeparator), Separator(Separator), in CGOpenMPRuntime()1245 StringRef Sep = FirstSeparator; in getName()