Home
last modified time | relevance | path

Searched defs:FuncDecl (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp29 const FunctionDecl *FuncDecl) { in reportMissingNoexcept()
37 const FunctionDecl *FuncDecl, const Expr *NoexceptExpr) { in reportNoexceptEvaluatedToFalse()
H A DNoexceptDestructorCheck.cpp26 NoexceptDestructorCheck::reportMissingNoexcept(const FunctionDecl *FuncDecl) { in reportMissingNoexcept()
32 const FunctionDecl *FuncDecl, const Expr *NoexceptExpr) { in reportNoexceptEvaluatedToFalse()
H A DNoexceptSwapCheck.cpp50 NoexceptSwapCheck::reportMissingNoexcept(const FunctionDecl *FuncDecl) { in reportMissingNoexcept()
56 const FunctionDecl *FuncDecl, const Expr *NoexceptExpr) { in reportNoexceptEvaluatedToFalse()
H A DNoexceptFunctionBaseCheck.cpp20 const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>(BindFuncDeclName); in check() local
H A DUnnecessaryCopyInitialization.cpp217 if (const auto *FuncDecl = Nodes.getNodeAs<FunctionDecl>(FunctionDeclId)) { constructorArgumentType() local
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExceptionSpecAnalyzer.cpp16 ExceptionSpecAnalyzer::analyze(const FunctionDecl *FuncDecl) { in analyze()
112 ExceptionSpecAnalyzer::analyzeImpl(const FunctionDecl *FuncDecl) { in analyzeImpl()
127 ExceptionSpecAnalyzer::analyzeFunctionEST(const FunctionDecl *FuncDecl, in analyzeFunctionEST()
230 ExceptionSpecAnalyzer::getDefaultableMemberKind(const FunctionDecl *FuncDecl) { in getDefaultableMemberKind()
H A DLexerUtils.cpp252 getLocationForNoexceptSpecifier(const FunctionDecl * FuncDecl,const SourceManager & SM) getLocationForNoexceptSpecifier() argument
H A DUseRangesCheck.cpp37 static constexpr const char FuncDecl[] = "FuncDecl"; variable
H A DFormatStringConverter.cpp191 const FunctionDecl *FuncDecl = Call->getDirectCallee(); castMismatchedIntegerTypes() local
/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/
H A DInlineFunctionDeclCheck.cpp24 getLastTemplateParameterList(const FunctionDecl *FuncDecl) { in getLastTemplateParameterList()
54 const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>("func_decl"); in check() local
H A DCalleeNamespaceCheck.cpp44 const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>("func"); in check() local
/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DDurationSubtractionCheck.cpp33 const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>("function_decl"); in check() local
H A DDurationConversionCastCheck.cpp42 const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>("func_decl"); in check() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUncheckedOptionalAccessCheck.cpp48 const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>(FuncID); in check() local
H A DAssertSideEffectCheck.cpp65 if (const auto *FuncDecl = CExpr->getDirectCallee()) { in AST_MATCHER_P2() local
H A DUnsafeFunctionsCheck.cpp186 const auto *FuncDecl = cast<FunctionDecl>(DeclRef->getDecl()); check() local
H A DUseAfterMoveCheck.cpp392 determineMoveType(const FunctionDecl * FuncDecl) determineMoveType() argument
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseNoexceptCheck.cpp57 if (const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>("funcDecl")) { in check() local
H A DMinMaxUseInitializerListCheck.cpp215 auto FuncDecl = functionDecl(hasName(FunctionName)); registerMatchers() local
/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DStrToNumCheck.cpp180 const FunctionDecl *FuncDecl = nullptr; in check() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp320 const FunctionDecl *FuncDecl = dyn_cast_or_null<FunctionDecl>(Call.getDecl()); in checkPreCall() local
363 const FunctionDecl *FuncDecl = dyn_cast_or_null<FunctionDecl>(Call.getDecl()); in checkPostCall() local
572 const FunctionDecl *FuncDecl = in checkPointerEscape() local
/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp3.cpp195 constexpr int FuncDecl() { in FuncDecl() function
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp623 pushCallInternal(const FunctionDecl * FuncDecl,ArrayRef<const Expr * > Args) pushCallInternal() argument
1189 buildResultObjectMap(DataflowAnalysisContext * DACtx,const FunctionDecl * FuncDecl,RecordStorageLocation * ThisPointeeLoc,RecordStorageLocation * LocForRecordReturnVal) buildResultObjectMap() argument
[all...]
/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp624 const auto FuncDecl = hasDeclaration(functionDecl().bind("func")); findFunctionArgMutation() local

12