Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h866 StringRef FirstSeparator,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h306 StringRef FirstSeparator, Separator; variable
312 explicit CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator,
H A DCGOpenMPRuntime.cpp1075 CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator, in CGOpenMPRuntime() argument
1077 : CGM(CGM), FirstSeparator(FirstSeparator), Separator(Separator), in CGOpenMPRuntime()
1104 StringRef Sep = FirstSeparator; in getName()
H A DCGStmtOpenMP.cpp1678 ArrayRef<StringRef> Parts, StringRef FirstSeparator, StringRef Separator) { in getNameWithSeparators() argument
1681 StringRef Sep = FirstSeparator; in getNameWithSeparators()
H A DCodeGenFunction.h1735 StringRef FirstSeparator = ".",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2185 StringRef FirstSeparator, in getNameWithSeparators() argument
2189 StringRef Sep = FirstSeparator; in getNameWithSeparators()