Home
last modified time | relevance | path

Searched defs:getit (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Ddllimport-constexpr.cpp12 static void getit() { FP(); } in getit() function
15 static void getit() { FP(); } in getit() function
24 static int getit() { return *GI; } in getit() function
27 static int getit() { return GI; } in getit() function
H A Dfunction-redecl.cpp98 int TestConst::getit() { // expected-error {{out-of-line definition of 'getit' does not match any declaration in 'TestConst'}} getit() function in TestConst
/llvm-project/clang/test/Index/Core/
H A Dindex-source.m85 -(ObjectType)getit; method