/llvm-project/clang/unittests/Format/ |
H A D | DefinitionBlockSeparatorTest.cpp | 338 std::string Postfix = "\n" in TEST_F() local 352 std::string Postfix = "// Enum test1\n" in TEST_F() local
|
H A D | MacroCallReconstructorTest.cpp | 549 auto Postfix = tokens("}();"); TEST_F() local 618 auto Postfix = tokens("})"); TEST_F() local
|
/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.h | 280 StringRef Postfix; variable
|
H A D | BreakableToken.cpp | 269 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteral() argument [all...] |
H A D | ContinuationIndenter.cpp | 2385 StringRef Postfix; createBreakableToken() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 1911 INSTR_CASE(Prefix,Instr,Suffix,Postfix) addConstantComments() argument 2010 MOV_AVX512_CASE(Suffix,Postfix) addConstantComments() argument 2130 MOVX_CASE(Prefix,Ext,Type,Suffix,Postfix) addConstantComments() argument [all...] |
/llvm-project/clang-tools-extra/clang-change-namespace/ |
H A D | ChangeNamespace.cpp | 779 bool Consumed = Postfix.consume_front(OldNamespace); in replaceQualifiedSymbolInDeclContext() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 910 StringRef Prefix, StringRef Postfix) { in describeTemplateParameters() argument
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | IdentifierNamingCheck.cpp | 278 std::optional<StringRef> Postfix(Options.get(StyleString)); in getFileStyleFromOptions() local
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 176 Postfix, global() enumerator 470 const std::string_view Postfix; global() variable 1988 const std::string_view Postfix; global() variable 2844 Postfix, // Postfix unary: expr @ global() enumerator [all...] |
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 177 Postfix, global() enumerator 471 const std::string_view Postfix; global() variable 1989 const std::string_view Postfix; global() variable 2845 Postfix, // Postfix unary: expr @ global() enumerator [all...] |
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1414 getOverloadedOpcode(OverloadedOperatorKind OO,bool Postfix) getOverloadedOpcode() argument
|