#include "clang/AST/ASTContext.h"
#include <cstdarg>
Go to the source code of this file.
|
| static Selector | clang::ento::getKeywordSelectorImpl (ASTContext &Ctx, const char *First, va_list argp) |
| |
| static Selector | clang::ento::getKeywordSelector (ASTContext &Ctx, va_list argp) |
| |
| static LLVM_END_WITH_NULL Selector | clang::ento::getKeywordSelector (ASTContext &Ctx, const char *First,...) |
| |
| static LLVM_END_WITH_NULL void | clang::ento::lazyInitKeywordSelector (Selector &Sel, ASTContext &Ctx, const char *First,...) |
| |
| static void | clang::ento::lazyInitNullarySelector (Selector &Sel, ASTContext &Ctx, const char *Name) |
| |