|
clang
5.0.0
|
Registry map populated at static initialization time. More...
#include "clang/ASTMatchers/Dynamic/Registry.h"#include "Marshallers.h"#include "clang/ASTMatchers/ASTMatchers.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/ManagedStatic.h"#include <set>#include <utility>Go to the source code of this file.
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::ast_matchers | |
| clang::ast_matchers::dynamic | |
Macros | |
| #define | REGISTER_MATCHER(name) |
| #define | REGISTER_MATCHER_OVERLOAD(name) |
| #define | SPECIFIC_MATCHER_OVERLOAD(name, Id) |
| #define | MATCHER_OVERLOAD_ENTRY(name, Id) |
| #define | REGISTER_OVERLOADED_2(name) |
Registry map populated at static initialization time.
Definition in file Registry.cpp.
| #define MATCHER_OVERLOAD_ENTRY | ( | name, | |
| Id | |||
| ) |
Definition at line 67 of file Registry.cpp.
| #define REGISTER_MATCHER | ( | name | ) |
Definition at line 55 of file Registry.cpp.
| #define REGISTER_MATCHER_OVERLOAD | ( | name | ) |
Definition at line 59 of file Registry.cpp.
| #define REGISTER_OVERLOADED_2 | ( | name | ) |
Definition at line 71 of file Registry.cpp.
| #define SPECIFIC_MATCHER_OVERLOAD | ( | name, | |
| Id | |||
| ) |
Definition at line 63 of file Registry.cpp.
| ConstructorMap Constructors |
Definition at line 46 of file Registry.cpp.
1.8.6