Searched refs:sameDecl (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp38 bool sameDecl(const Expr *A1, const Expr *A2) { function in class:__anon921::WalkAST
49 return sameDecl(UE->getArgumentExpr(), WithArg);
60 sameDecl(CE->getArg(0), WithArg));

Completed in 90 milliseconds