Home
last modified time | relevance | path

Searched defs:Quux (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-explicit-cast.cpp24 struct Quux { struct
26 Quux() : E(5){}; in Quux() argument
H A Dcxx20-module-part-1b.cpp5 export void Quux() { in Quux() function
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-subobj-initialization.cpp52 struct Quux : Baz<Foo>, private Bar { global() struct
54 QuuxQuux Quux() argument
/llvm-project/clang/test/AST/Interp/
H A Dconstexpr-subobj-initialization.cpp
/llvm-project/clang/test/Profile/
H A Dcxx-structors.cpp25 struct Quux : public Foo { struct
26 Quux(const char *y, ...) : Foo(0) {} in Quux() argument
/llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp7-cxx20.cpp163 struct Quux { struct
165 enum class R : unsigned { i = I,
181 struct Quux { struct
183 enum class R : unsigned { i = I,
197 struct Quux { struct
198 enum class R : unsigned { i = I,
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Dforbidden-subclassing-custom.m26 @interface Quux interface
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dreturn-braced-init-list.cpp65 class Quux : public Foo { class
67 Quux(Bar bar) : Foo(bar) {} in Quux() function in Quux
68 Quux(unsigned, unsigned, unsigned k = 0) : Foo(k) {} in Quux() function in Quux
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3.cpp54 int Quux(Bar *b, T * = 0) in Quux() function
/llvm-project/clang/test/Parser/
H A Dobjc-attr.m21 @interface Quux interface
/llvm-project/lldb/test/API/functionalities/completion/
H A Dmain.cpp17 namespace { int Quux (void) { return 0; } } in Quux() function
/llvm-project/lldb/test/Shell/Settings/Inputs/
H A Dnames.cpp2 template <typename T> struct Quux {}; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/zircon/
H A Dtemporary-objects.cpp103 class Quux : Ty {}; class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-implicits.cpp57 int Baz[12], Quux[42]; in templatedArrayRefTest() local
H A Deasily-swappable-parameters-len2.cpp331 int Baz[12], Quux[42]; in templatedArrayRefTest() local
/llvm-project/llvm/unittests/DebugInfo/BTF/
H A DBTFParserTest.cpp862 uint32_t Quux = in TEST() local