Home
last modified time | relevance | path

Searched refs:TypeSuffix (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx1z-ast-print.cpp3 struct TypeSuffix { struct
8 int k = TypeSuffix().x<0L> + TypeSuffix().y<0L>; // expected-warning {{instantiation of variable 'T…
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DIntegerTypesCheck.cpp47 TypeSuffix(Options.get("TypeSuffix", "")) {} in IntegerTypesCheck()
52 Options.store(Opts, "TypeSuffix", TypeSuffix); in storeOptions()
137 TypeSuffix) in check()
H A DIntegerTypesCheck.h44 const StringRef TypeSuffix; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/
H A Druntime-int.rst25 .. option:: TypeSuffix
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx1z.cpp532 namespace TypeSuffix { namespace