Home
last modified time | relevance | path

Searched defs:Postfix (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/unittests/Format/
H A DDefinitionBlockSeparatorTest.cpp338 std::string Postfix = "\n" in TEST_F() local
352 std::string Postfix = "// Enum test1\n" in TEST_F() local
H A DMacroCallReconstructorTest.cpp549 auto Postfix = tokens("}();"); TEST_F() local
618 auto Postfix = tokens("})"); TEST_F() local
/llvm-project/clang/lib/Format/
H A DBreakableToken.h280 StringRef Postfix; variable
H A DBreakableToken.cpp269 StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, in BreakableStringLiteral() argument
[all...]
H A DContinuationIndenter.cpp2385 StringRef Postfix; createBreakableToken() local
/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1911 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 DChangeNamespace.cpp779 bool Consumed = Postfix.consume_front(OldNamespace); in replaceQualifiedSymbolInDeclContext() local
/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp910 StringRef Prefix, StringRef Postfix) { in describeTemplateParameters() argument
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp278 std::optional<StringRef> Postfix(Options.get(StyleString)); in getFileStyleFromOptions() local
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h176 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 DItaniumDemangle.h177 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 DExpr.cpp1414 getOverloadedOpcode(OverloadedOperatorKind OO,bool Postfix) getOverloadedOpcode() argument