Searched refs:FirstSeparator (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 309 StringRef FirstSeparator, Separator; variable 315 explicit CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator,
|
| H A D | CGOpenMPRuntime.cpp | 1060 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 D | CodeGenFunction.h | 1774 StringRef FirstSeparator = ".",
|
| H A D | CGStmtOpenMP.cpp | 1670 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 D | OMPIRBuilder.h | 1310 StringRef FirstSeparator,
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3738 StringRef FirstSeparator, in getNameWithSeparators() argument 3742 StringRef Sep = FirstSeparator; in getNameWithSeparators()
|