Home
last modified time | relevance | path

Searched defs:getFoo (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dobjc-precise-lifetime-unused-variable.m3 id getFoo(void); function
H A Dblock-capture-unused-variable.m11 id getFoo(void); function
/llvm-project/clang/test/Analysis/
H A Dcall-and-message.mm18 Foo *getFoo() { return 0; } function
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-default-init-value-crash.cpp13 constexpr Foo getFoo() { in getFoo() function
H A Dwarn-weak-vtables.cpp54 void * getFoo() const { return 0; } in getFoo() function in VeryDerived
H A Dwarn-thread-safety-analysis.cpp2405 Foo& getFoo() { return *f; } getFoo() function in MoreLockExpressions::Bar
[all...]
/llvm-project/clang/test/CodeCompletion/
H A Dobjc-member-access.m12 int getFoo(id object) { function
H A Dobjc-protocol-member-access.m15 int getFoo(id object) { function
/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-nrvo.cpp14 Foo getFoo() { in getFoo() function
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dnew_array_cookie_with_new_from_class.cpp28 Foo *getFoo(size_t n) { in getFoo() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconvert-member-functions-to-static.cpp53 int getFoo() { return Foo; } in static_nested() function
60 int getFoo() { return Foo; } in write_nested() function