Home
last modified time | relevance | path

Searched refs:HasImplicitReturnType (Results 26 – 50 of 96) sorted by relevance

1234

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Sema/
H A DScopeInfo.h654 bool HasImplicitReturnType = false; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Sema/
H A DScopeInfo.h676 bool HasImplicitReturnType = false; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h680 bool HasImplicitReturnType = false; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h655 bool HasImplicitReturnType = false; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Sema/
H A DScopeInfo.h676 bool HasImplicitReturnType = false; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Sema/
H A DScopeInfo.h680 bool HasImplicitReturnType = false; variable
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Sema/
H A DScopeInfo.h680 bool HasImplicitReturnType = false; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3272 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3298 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3414 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3557 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaStmt.cpp3280 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3307 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3423 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3566 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaStmt.cpp3272 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3298 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3414 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3557 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaStmt.cpp3280 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3307 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3423 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3566 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaStmt.cpp3207 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3233 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3349 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3484 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
H A DSemaExpr.cpp13747 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
13821 CurBlock->HasImplicitReturnType = false; in ActOnBlockArguments()
13900 if (BSI->HasImplicitReturnType) in ActOnBlockStmtExpr()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaStmt.cpp3222 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3247 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3362 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3497 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaStmt.cpp3148 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3172 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3287 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3422 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
H A DSemaExpr.cpp13273 getCurBlock()->HasImplicitReturnType = true; in ActOnBlockStart()
13347 CurBlock->HasImplicitReturnType = false; in ActOnBlockArguments()
13425 if (BSI->HasImplicitReturnType) in ActOnBlockStmtExpr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaStmt.cpp3568 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3600 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3711 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3854 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaStmt.cpp3317 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3344 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3460 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3603 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaStmt.cpp3337 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3369 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3485 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3628 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaStmt.cpp3538 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3570 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3681 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3824 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaStmt.cpp3538 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3570 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3681 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3824 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3538 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3570 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3681 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3824 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaStmt.cpp3337 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3369 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3485 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3628 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaStmt.cpp3538 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3570 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3681 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3824 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaStmt.cpp3538 (HasDeducedReturnType || CurCap->HasImplicitReturnType)) { in ActOnCapScopeReturnStmt()
3570 } else if (CurCap->HasImplicitReturnType) { in ActOnCapScopeReturnStmt()
3681 if (CurCap->HasImplicitReturnType || NRVOCandidate) in ActOnCapScopeReturnStmt()
3824 if (LambdaSI && LambdaSI->HasImplicitReturnType) { in DeduceFunctionTypeFromReturnExpr()

1234