Searched defs:FSI (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 783 static bool classof(const FunctionScopeInfo *FSI) { in classof() 810 static bool classof(const FunctionScopeInfo *FSI) { in classof() 862 static bool classof(const FunctionScopeInfo *FSI) { in classof() 965 static bool classof(const FunctionScopeInfo *FSI) { in classof()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 677 static void checkReturnStmtInCoroutine(Sema &S, FunctionScopeInfo *FSI) { in checkReturnStmtInCoroutine() 873 auto *FSI = checkCoroutineContext(*this, Loc, "co_await"); in BuildUnresolvedCoawaitExpr() local 1025 auto *FSI = checkCoroutineContext(*this, Loc, "co_return", IsImplicit); in BuildCoreturnStmt() local
|
| H A D | SemaStmt.cpp | 432 FunctionScopeInfo *FSI = getCurFunction(); in ActOnAfterCompoundStatementLeadingPragmas() local 3858 FunctionScopeInfo *FSI = getCurFunction(); in ActOnReturnStmt() local 4327 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnCXXTryBlock() local 4435 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnSEHTryBlock() local
|
| H A D | SemaObjC.cpp | 226 sema::FunctionScopeInfo *FSI = SemaRef.getCurFunction(); in ActOnObjCAtTryStmt() local 2257 Sema::FormatStringInfo FSI; in GetFormatNSStringIdx() local
|
| H A D | Sema.cpp | 2403 static void markEscapingByrefs(const FunctionScopeInfo &FSI, Sema &S) { in markEscapingByrefs()
|
| H A D | SemaChecking.cpp | 3257 unsigned FirstArg, FormatStringInfo *FSI) { in getFormatStringInfo() 3274 FormatStringInfo *FSI) { in getFormatStringInfo() 6672 FormatStringInfo FSI; in CheckFormatArguments() local 6687 FormatStringInfo FSI; in CheckFormatString() local
|
| H A D | SemaDecl.cpp | 13881 if (FunctionScopeInfo *FSI = getCurFunction()) in AddInitializerToDecl() local 16231 FunctionScopeInfo *FSI = getCurFunction(); in ActOnFinishFunctionBody() local
|
| H A D | SemaType.cpp | 2290 } else if (sema::FunctionScopeInfo *FSI = getCurFunction()) { in BuildArrayType() local
|
| H A D | SemaDeclCXX.cpp | 2569 FunctionDecl *FD, const sema::FunctionScopeInfo *FSI) { in CheckImmediateEscalatingFunctionDefinition() 19580 auto &FSI = InventedParameterInfos.back(); in ActOnFinishFunctionDeclarationDeclarator() local
|
| H A D | SemaOpenMP.cpp | 488 for (const FunctionScopeInfo *FSI : llvm::reverse(SemaRef.FunctionScopes)) { in popFunction() local 2397 FunctionScopeInfo *FSI = SemaRef.FunctionScopes[I - 1]; in isOpenMPCapturedDecl() local
|
| H A D | SemaExpr.cpp | 19257 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAG.cpp | 431 auto FSI = StoreNPcMap.find (IntNo); in SelectNewCircIntrinsic() local
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 2430 static void emitSingleCondition(const FlattenedSpellingInfo &FSI, in emitSingleCondition()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 867 FunctionTemplateSpecializationInfo *FSI in ComputeName() local
|