clang 20.0.0git
|
#include "clang/AST/Decl.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/SmallVector.h"
Go to the source code of this file.
Classes | |
class | clang::CodeGen::VarBypassDetector |
The class detects jumps which bypass local variables declaration: goto L; int a; L: More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::CodeGen |