Searched refs:ReturnTypeMatchesVoid (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp8156 bool ReturnTypeMatchesVoid = ReturnType.isNull() || ReturnType->isVoidType(); local
8195 if (IsInstanceMethod && ReturnTypeMatchesVoid &&
8317 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
8349 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
8379 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
8408 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
8430 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
8451 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
8481 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
8567 if (IsInstanceMethod && ReturnTypeMatchesVoid) {
[all...]

Completed in 80 milliseconds