/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | NoexceptMoveConstructorCheck.cpp | 29 const FunctionDecl *FuncDecl) { in reportMissingNoexcept() 37 const FunctionDecl *FuncDecl, const Expr *NoexceptExpr) { in reportNoexceptEvaluatedToFalse()
|
H A D | NoexceptDestructorCheck.cpp | 26 NoexceptDestructorCheck::reportMissingNoexcept(const FunctionDecl *FuncDecl) { in reportMissingNoexcept() 32 const FunctionDecl *FuncDecl, const Expr *NoexceptExpr) { in reportNoexceptEvaluatedToFalse()
|
H A D | NoexceptSwapCheck.cpp | 50 NoexceptSwapCheck::reportMissingNoexcept(const FunctionDecl *FuncDecl) { in reportMissingNoexcept() 56 const FunctionDecl *FuncDecl, const Expr *NoexceptExpr) { in reportNoexceptEvaluatedToFalse()
|
H A D | NoexceptFunctionBaseCheck.cpp | 20 const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>(BindFuncDeclName); in check() local
|
H A D | UnnecessaryCopyInitialization.cpp | 217 if (const auto *FuncDecl = Nodes.getNodeAs<FunctionDecl>(FunctionDeclId)) { constructorArgumentType() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | ExceptionSpecAnalyzer.cpp | 16 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 D | LexerUtils.cpp | 252 getLocationForNoexceptSpecifier(const FunctionDecl * FuncDecl,const SourceManager & SM) getLocationForNoexceptSpecifier() argument
|
H A D | UseRangesCheck.cpp | 37 static constexpr const char FuncDecl[] = "FuncDecl"; variable
|
H A D | FormatStringConverter.cpp | 191 const FunctionDecl *FuncDecl = Call->getDirectCallee(); castMismatchedIntegerTypes() local
|
/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/ |
H A D | InlineFunctionDeclCheck.cpp | 24 getLastTemplateParameterList(const FunctionDecl *FuncDecl) { in getLastTemplateParameterList() 54 const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>("func_decl"); in check() local
|
H A D | CalleeNamespaceCheck.cpp | 44 const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>("func"); in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
H A D | DurationSubtractionCheck.cpp | 33 const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>("function_decl"); in check() local
|
H A D | DurationConversionCastCheck.cpp | 42 const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>("func_decl"); in check() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | UncheckedOptionalAccessCheck.cpp | 48 const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>(FuncID); in check() local
|
H A D | AssertSideEffectCheck.cpp | 65 if (const auto *FuncDecl = CExpr->getDirectCallee()) { in AST_MATCHER_P2() local
|
H A D | UnsafeFunctionsCheck.cpp | 186 const auto *FuncDecl = cast<FunctionDecl>(DeclRef->getDecl()); check() local
|
H A D | UseAfterMoveCheck.cpp | 392 determineMoveType(const FunctionDecl * FuncDecl) determineMoveType() argument
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseNoexceptCheck.cpp | 57 if (const auto *FuncDecl = Result.Nodes.getNodeAs<FunctionDecl>("funcDecl")) { in check() local
|
H A D | MinMaxUseInitializerListCheck.cpp | 215 auto FuncDecl = functionDecl(hasName(FunctionName)); registerMatchers() local
|
/llvm-project/clang-tools-extra/clang-tidy/cert/ |
H A D | StrToNumCheck.cpp | 180 const FunctionDecl *FuncDecl = nullptr; in check() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | FuchsiaHandleChecker.cpp | 320 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 D | ByteCodeEmitter.cpp |
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p3.cpp | 195 constexpr int FuncDecl() { in FuncDecl() function
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 623 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 D | ExprMutationAnalyzer.cpp | 624 const auto FuncDecl = hasDeclaration(functionDecl().bind("func")); findFunctionArgMutation() local
|