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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp39 inline bool sameDecl(const Expr *A1, const Expr *A2) { function in class:__anon18161::WalkAST
51 return sameDecl(UE->getArgumentExpr(), WithArg);
62 sameDecl(CE->getArg(0), WithArg));

Completed in 512 milliseconds