Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h309 StringRef FirstSeparator, Separator; variable
315 explicit CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator,
H A DCGOpenMPRuntime.cpp1060 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator, in CGOpenMPRuntime() argument
1062 : CGM(CGM), FirstSeparator(FirstSeparator), Separator(Separator), in CGOpenMPRuntime()
1089 StringRef Sep = FirstSeparator; in getName()
H A DCodeGenFunction.h1774 StringRef FirstSeparator = ".",
H A DCGStmtOpenMP.cpp1670 ArrayRef<StringRef> Parts, StringRef FirstSeparator, StringRef Separator) { in getNameWithSeparators() argument
1673 StringRef Sep = FirstSeparator; in getNameWithSeparators()
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1310 StringRef FirstSeparator,
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3738 StringRef FirstSeparator, in getNameWithSeparators() argument
3742 StringRef Sep = FirstSeparator; in getNameWithSeparators()