Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h217 StringRef FirstSeparator, Separator; variable
220 explicit CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator,
H A DCGOpenMPRuntime.cpp1201 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator, in CGOpenMPRuntime() argument
1203 : CGM(CGM), FirstSeparator(FirstSeparator), Separator(Separator), in CGOpenMPRuntime()
1245 StringRef Sep = FirstSeparator; in getName()