Home
last modified time | relevance | path

Searched refs:EnclosingFunctionDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp42 if (const FunctionDecl *EnclosingFunctionDecl = in checkBind() local
44 if (C.getCalleeName(EnclosingFunctionDecl) == "swap") in checkBind()
H A DUndefResultChecker.cpp67 if (const FunctionDecl *EnclosingFunctionDecl = in checkPostStmt() local
69 if (C.getCalleeName(EnclosingFunctionDecl) == "swap") in checkPostStmt()