Home
last modified time | relevance | path

Searched defs:ABC (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
H A Dcxx14-access.cpp11 Foo::Private Bar::ABC; // expected-error {{no member named 'ABC' in 'NoCrashOnDelayedAccessCheck::B… member in NoCrashOnDelayedAccessCheck::Bar
H A Dconstrained-special-member-functions.cpp179 struct ABC { struct
/llvm-project/clang/test/Analysis/
H A Dcast-to-struct.cpp8 struct ABC { struct
29 struct ABC *Abc; in structToStruct() argument
H A Dinline.cpp233 enum ABC { enum
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/Inputs/unnecessary-value-param/
H A Dheader-fixed.h3 struct ABC { struct
H A Dheader.h3 struct ABC { struct
/llvm-project/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp1.cpp32 template<typename T> struct ABC { struct
33 int func () { in func()
/llvm-project/clang/test/SemaTemplate/
H A Drecovery-tree-transform-crash.cpp5 struct ABC { struct
/llvm-project/clang/test/CodeGen/
H A Dno-common.c12 fn_t ABC __attribute__ ((nocommon)); variable
/llvm-project/clang/test/Profile/
H A Dcxx-abc-deleting-dtor.cpp11 struct ABC { struct
/llvm-project/clang/test/Sema/
H A Dinvalid-member.cpp25 class ABC {}; class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmisplaced-array-index.cpp3 #define ABC "abc" macro
/llvm-project/clang/test/Preprocessor/
H A Ducn-allowed-chars.c94 #define ABC \u0060 // expected-error {{character '`' cannot be specified by a universal character n… macro
/llvm-project/clang/test/CodeGenObjC/
H A Darc-property.m121 @protocol ABC protocol
/llvm-project/clang/test/FixIt/
H A Dtypo-using.cpp26 class ABC {}; // expected-note {{'::using_suggestion_ty_dropped_specifier::ABC' declared here}} class
/llvm-project/libc/test/src/__support/CPP/
H A Dstringview_test.cpp105 string_view ABC("abc"); in TEST() local