Searched refs:StrType (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_string.h | 34 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/ |
D | attr-require-constant-initialization.cpp | 279 typedef const char *StrType; typedef
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1186 StringRef StrType; in mapping() local 1187 IO.mapRequired("Type", StrType); in mapping() 1188 if (StrType == "Fill") { in mapping()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 499 QualType StrType = Context->getConstantArrayType( in getStringLiteral() local 503 /*Pascal=*/false, StrType, SourceLocation()); in getStringLiteral()
|
D | RewriteModernObjC.cpp | 599 QualType StrType = Context->getConstantArrayType( in getStringLiteral() local 603 /*Pascal=*/false, StrType, SourceLocation()); in getStringLiteral()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 500 QualType StrType = Context->getConstantArrayType( in getStringLiteral() local 504 /*Pascal=*/false, StrType, SourceLocation()); in getStringLiteral()
|
D | RewriteModernObjC.cpp | 600 QualType StrType = Context->getConstantArrayType( in getStringLiteral() local 604 /*Pascal=*/false, StrType, SourceLocation()); in getStringLiteral()
|