Home
last modified time | relevance | path

Searched refs:getit (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddllimport-constexpr.cpp12 static void getit() { FP(); } in getit() function
15 static void getit() { FP(); } in getit() function
18 TemplateFnPtr<&imported_func>::getit(); in instantiate1()
19 TemplateFnRef<imported_func>::getit(); in instantiate1()
24 static int getit() { return *GI; } in getit() function
27 static int getit() { return GI; } in getit() function
31 r += TemplateIntPtr<&imported_int>::getit(); in instantiate2()
32 r += TemplateIntRef<imported_int>::getit(); in instantiate2()
H A Dfunction-redecl.cpp94 …int getit() const; // expected-note {{member declaration does not match because it is const qualif…
98 int TestConst::getit() { // expected-error {{out-of-line definition of 'getit' does not match any d… in getit() function in TestConst
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-parameterized-classes.m12 -(U)getit:(T)val;
37 -(id)getit:(id)val {}
48 // CHECK-CC0: ObjCInstanceMethodDecl:{ResultType MyClsB *}{TypedText getit:}{Placeholder (MyClsA *)…
59 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType __kindof NSObject *}{TypedText getit:}{Placeholder…
70 // CHECK-CC6: ObjCInstanceMethodDecl:{LeftParen (}{Text NSObject *}{RightParen )}{TypedText getit:}…
/llvm-project-15.0.7/clang/test/Analysis/
H A Dfields.c26 Point getit(void);
29 (void)(p = getit()).x; in test()
/llvm-project-15.0.7/clang/test/Index/Core/Inputs/sys/
H A Dsystem-head.h24 -(Sub*)getit;
/llvm-project-15.0.7/clang/test/Index/Core/
H A Dindex-source.m85 -(ObjectType)getit; method