clang API Documentation
#include "ClangSACheckers.h"#include "clang/StaticAnalyzer/Core/Checker.h"#include "clang/StaticAnalyzer/Core/CheckerManager.h"#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"#include "clang/StaticAnalyzer/Core/PathSensitive/ObjCMessage.h"#include "llvm/ADT/StringSwitch.h"#include <cstdarg>
Go to the source code of this file.
Functions | |
| static bool END_WITH_NULL | isMultiArgSelector (const Selector *Sel,...) |
| static bool END_WITH_NULL isMultiArgSelector | ( | const Selector * | Sel, |
| ... | |||
| ) | [static] |
Definition at line 83 of file NoReturnFunctionChecker.cpp.
References Arg, clang::Selector::getNameForSlot(), NULL, va_arg, va_end, and va_start.