Home
last modified time | relevance | path

Searched refs:StrType (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_string.h34 template <typename StrType>
35 std::vector<StrType> Split(const StrType& that, typename StrType::CharType ch) { in Split()
36 std::vector<StrType> result; in Split()
37 StringViewTemplate<typename StrType::CharType> remaining(that.span()); in Split()
/external/llvm-project/clang/test/SemaCXX/
Dattr-require-constant-initialization.cpp279 typedef const char *StrType; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1186 StringRef StrType; in mapping() local
1187 IO.mapRequired("Type", StrType); in mapping()
1188 if (StrType == "Fill") { in mapping()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp499 QualType StrType = Context->getConstantArrayType( in getStringLiteral() local
503 /*Pascal=*/false, StrType, SourceLocation()); in getStringLiteral()
DRewriteModernObjC.cpp599 QualType StrType = Context->getConstantArrayType( in getStringLiteral() local
603 /*Pascal=*/false, StrType, SourceLocation()); in getStringLiteral()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp500 QualType StrType = Context->getConstantArrayType( in getStringLiteral() local
504 /*Pascal=*/false, StrType, SourceLocation()); in getStringLiteral()
DRewriteModernObjC.cpp600 QualType StrType = Context->getConstantArrayType( in getStringLiteral() local
604 /*Pascal=*/false, StrType, SourceLocation()); in getStringLiteral()