|
clang 24.0.0git
|
#include "ASTUtils.h"#include "clang/AST/ASTContext.h"#include "clang/AST/Decl.h"#include "clang/AST/DeclCXX.h"#include "clang/AST/DeclObjC.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
Functions | |
| template<typename NamedDeclDerivedT> | |
| void | clang::printQuotedQualifiedName (llvm::raw_ostream &Os, const NamedDeclDerivedT &D) |
| template<typename NamedDeclDerivedT> | |
| void | clang::printQuotedName (llvm::raw_ostream &Os, const NamedDeclDerivedT &D) |
| void | clang::printTypeName (llvm::raw_ostream &Os, const QualType QT) |