|
clang
5.0.0
|
Go to the source code of this file.
Classes | |
| class | clang::Redeclarable< decl_type > |
| Provides common interface for the Decls that can be redeclared. More... | |
| class | clang::Redeclarable< decl_type >::DeclLink |
| class | clang::Redeclarable< decl_type >::redecl_iterator |
| Iterates through all the redeclarations of the same decl. More... | |
| class | clang::Mergeable< decl_type > |
| Provides common interface for the Decls that cannot be redeclared, but can be merged if the same declaration is brought in from multiple modules. More... | |
| class | clang::CanonicalDeclPtr< decl_type > |
| A wrapper class around a pointer that always points to its canonical declaration. More... | |
| struct | llvm::DenseMapInfo< clang::CanonicalDeclPtr< decl_type > > |
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
Functions | |
| Decl * | clang::getPrimaryMergedDecl (Decl *D) |
| Get the primary declaration for a declaration from an AST file. More... | |
1.8.6