/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | RawStringLiteralCheck.cpp | 63 containsDelimiter(StringRef Bytes,const std::string & Delimiter) containsDelimiter() argument 72 std::string Delimiter; asRawStringLiteral() local
|
H A D | AvoidBindCheck.cpp | 349 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 D | SourcePrinter.cpp | 376 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 D | FileExtensionsUtils.cpp | 38 for (char Delimiter : Delimiters) { in parseFileExtensions() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | IssueHash.cpp | 190 static StringRef Delimiter = "$"; in getIssueString() local
|
/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 112 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 D | ContinuationIndenter.cpp | 174 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 D | AsmParserImpl.h | 67 using Delimiter = AsmParser::Delimiter; variable
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | OpImplementation.h | 742 enum class Delimiter { global() enum [all...] |
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 6101 if (Delimiter.empty()) in parseDirectiveComment() local
|