Home
last modified time | relevance | path

Searched defs:Delimiter (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DRawStringLiteralCheck.cpp63 containsDelimiter(StringRef Bytes,const std::string & Delimiter) containsDelimiter() argument
72 std::string Delimiter; asRawStringLiteral() local
H A DAvoidBindCheck.cpp349 StringRef Delimiter = ""; in addPlaceholderArgs() local
366 StringRef Delimiter = ""; in addFunctionCallArgs() local
585 static bool emitCapture(llvm::StringSet<> &CaptureSet, StringRef Delimiter, in emitCapture()
621 StringRef Delimiter = AnyCapturesEmitted ? ", " : ""; in emitCaptureList() local
/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp376 printSourceLine(formatted_raw_ostream & OS,object::SectionedAddress Address,StringRef ObjectFilename,LiveVariablePrinter & LVP,StringRef Delimiter) printSourceLine() argument
431 printLines(formatted_raw_ostream & OS,const DILineInfo & LineInfo,StringRef Delimiter,LiveVariablePrinter & LVP) printLines() argument
481 printSources(formatted_raw_ostream & OS,const DILineInfo & LineInfo,StringRef ObjectFilename,StringRef Delimiter,LiveVariablePrinter & LVP) printSources() argument
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DFileExtensionsUtils.cpp38 for (char Delimiter : Delimiters) { in parseFileExtensions() local
/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp190 static StringRef Delimiter = "$"; in getIssueString() local
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp112 StringRef Delimiter = Config.Pretty ? ": " : "\n"; in printHeader() local
126 StringRef Delimiter = Config.Pretty ? " at " : "\n"; in printFunctionName() local
/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp174 StringRef Delimiter = TokenText.substr(2, LParenPos - 2); getRawStringDelimiter() local
211 for (StringRef Delimiter : RawStringFormat.Delimiters) RawStringFormatStyleManager() local
2304 auto Delimiter = getRawStringDelimiter(Current.TokenText); getRawStringStyle() local
[all...]
/llvm-project/mlir/lib/AsmParser/
H A DAsmParserImpl.h67 using Delimiter = AsmParser::Delimiter; variable
/llvm-project/mlir/include/mlir/IR/
H A DOpImplementation.h742 enum class Delimiter { global() enum
[all...]
/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6101 if (Delimiter.empty()) in parseDirectiveComment() local