/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | MisleadingBidirectional.cpp | 32 FSI = 0x2068, in containsMisleadingBidi() enumerator
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 962 static bool classof(const FunctionScopeInfo *FSI) { in classof() argument 777 classof(const FunctionScopeInfo * FSI) classof() argument 804 classof(const FunctionScopeInfo * FSI) classof() argument 856 classof(const FunctionScopeInfo * FSI) classof() argument [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 832 auto *FSI = checkCoroutineContext(*this, Loc, "co_await"); BuildUnresolvedCoawaitExpr() local 979 auto *FSI = checkCoroutineContext(*this, Loc, "co_return", IsImplicit); BuildCoreturnStmt() local [all...] |
H A D | SemaObjC.cpp | 230 sema::FunctionScopeInfo *FSI = SemaRef.getCurFunction(); ActOnObjCAtTryStmt() local 2259 Sema::FormatStringInfo FSI; GetFormatNSStringIdx() local
|
H A D | SemaStmt.cpp | 401 FunctionScopeInfo *FSI = getCurFunction(); ActOnAfterCompoundStatementLeadingPragmas() local 4212 sema::FunctionScopeInfo *FSI = getCurFunction(); ActOnCXXTryBlock() local 4303 sema::FunctionScopeInfo *FSI = getCurFunction(); ActOnSEHTryBlock() local [all...] |
H A D | Sema.cpp | 2235 markEscapingByrefs(const FunctionScopeInfo & FSI,Sema & S) markEscapingByrefs() argument
|
H A D | AnalysisBasedWarnings.cpp | 669 CheckFallThroughForBody(Sema & S,const Decl * D,const Stmt * Body,QualType BlockType,const CheckFallThroughDiagnostics & CD,AnalysisDeclContext & AC,sema::FunctionScopeInfo * FSI) CheckFallThroughForBody() argument
|
H A D | SemaChecking.cpp | 2942 getFormatStringInfo(const FormatAttr * Format,bool IsCXXMember,bool IsVariadic,FormatStringInfo * FSI) getFormatStringInfo() argument 6045 FormatStringInfo FSI; CheckFormatArguments() local [all...] |
H A D | SemaDecl.cpp | 13493 if (FunctionScopeInfo *FSI = getCurFunction()) AddInitializerToDecl() local 15743 FunctionScopeInfo *FSI = getCurFunction(); ActOnFinishFunctionBody() local [all...] |
H A D | SemaType.cpp | 2265 } else if (sema::FunctionScopeInfo *FSI = getCurFunction()) { BuildArrayType() local
|
H A D | SemaDeclCXX.cpp | 2481 CheckImmediateEscalatingFunctionDefinition(FunctionDecl * FD,const sema::FunctionScopeInfo * FSI) CheckImmediateEscalatingFunctionDefinition() argument 19009 auto &FSI = InventedParameterInfos.back(); ActOnFinishFunctionDeclarationDeclarator() local
|
H A D | SemaOpenMP.cpp | 490 for (const FunctionScopeInfo *FSI : llvm::reverse(SemaRef.FunctionScopes)) { popFunction() local 2420 FunctionScopeInfo *FSI = SemaRef.FunctionScopes[I - 1]; isOpenMPCapturedDecl() local
|
H A D | SemaExpr.cpp | 18726 FunctionScopeInfo *FSI = FunctionScopes[FunctionScopesIndex]; tryCaptureVariable() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 430 auto FSI = StoreNPcMap.find (IntNo); SelectNewCircIntrinsic() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 1446 auto FSI = llvm::upper_bound(FileSymbols, Symbol); registerFragments() local
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 866 FunctionTemplateSpecializationInfo *FSI ComputeName() local
|