Home
last modified time | relevance | path

Searched defs:FSI (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h777 static bool classof(const FunctionScopeInfo *FSI) { in classof()
804 static bool classof(const FunctionScopeInfo *FSI) { in classof()
856 static bool classof(const FunctionScopeInfo *FSI) { in classof()
962 static bool classof(const FunctionScopeInfo *FSI) { in classof()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp833 auto *FSI = checkCoroutineContext(*this, Loc, "co_await"); in BuildUnresolvedCoawaitExpr() local
980 auto *FSI = checkCoroutineContext(*this, Loc, "co_return", IsImplicit); in BuildCoreturnStmt() local
H A DSemaObjC.cpp230 sema::FunctionScopeInfo *FSI = SemaRef.getCurFunction(); in ActOnObjCAtTryStmt() local
2259 Sema::FormatStringInfo FSI; in GetFormatNSStringIdx() local
H A DSemaStmt.cpp401 FunctionScopeInfo *FSI = getCurFunction(); in ActOnAfterCompoundStatementLeadingPragmas() local
4212 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnCXXTryBlock() local
4303 sema::FunctionScopeInfo *FSI = getCurFunction(); in ActOnSEHTryBlock() local
H A DSema.cpp2237 static void markEscapingByrefs(const FunctionScopeInfo &FSI, Sema &S) { in markEscapingByrefs()
H A DAnalysisBasedWarnings.cpp669 sema::FunctionScopeInfo *FSI) { in CheckFallThroughForBody()
H A DSemaDecl.cpp13536 if (FunctionScopeInfo *FSI = getCurFunction()) in AddInitializerToDecl() local
15789 FunctionScopeInfo *FSI = getCurFunction(); in ActOnFinishFunctionBody() local
H A DSemaChecking.cpp2946 bool IsVariadic, FormatStringInfo *FSI) { in getFormatStringInfo()
6049 FormatStringInfo FSI; in CheckFormatArguments() local
H A DSemaType.cpp2265 } else if (sema::FunctionScopeInfo *FSI = getCurFunction()) { in BuildArrayType() local
H A DSemaDeclCXX.cpp2479 FunctionDecl *FD, const sema::FunctionScopeInfo *FSI) { in CheckImmediateEscalatingFunctionDefinition() argument
19070 auto &FSI = InventedParameterInfos.back(); in ActOnFinishFunctionDeclarationDeclarator() local
H A DSemaOpenMP.cpp491 for (const FunctionScopeInfo *FSI : llvm::reverse(SemaRef.FunctionScopes)) { in popFunction() local
2421 FunctionScopeInfo *FSI = SemaRef.FunctionScopes[I - 1]; in isOpenMPCapturedDecl() local
H A DSemaExpr.cpp18796 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; in tryCaptureVariable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp430 auto FSI = StoreNPcMap.find (IntNo); in SelectNewCircIntrinsic() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp866 FunctionTemplateSpecializationInfo *FSI in ComputeName() local