Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefinedAssignmentChecker.cpp44 if (const FunctionDecl *EnclosingFunctionDecl = in checkBind() local
46 if (C.getCalleeName(EnclosingFunctionDecl) == "swap") in checkBind()
DUndefResultChecker.cpp47 if (const FunctionDecl *EnclosingFunctionDecl = in checkPostStmt() local
49 if (C.getCalleeName(EnclosingFunctionDecl) == "swap") in checkPostStmt()