clang 22.0.0git
|
#include "CIRGenConstantEmitter.h"
#include "CIRGenFunction.h"
#include "mlir/IR/Location.h"
#include "clang/AST/Attr.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclOpenACC.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprCXX.h"
#include "clang/CIR/MissingFeatures.h"
Go to the source code of this file.
Functions | |
static std::string | getStaticDeclName (CIRGenModule &cgm, const VarDecl &d) |
|
static |
Definition at line 245 of file CIRGenDecl.cpp.
References clang::CIRGen::CIRGenModule::errorNYI(), clang::Decl::getDeclContext(), clang::CIRGen::CIRGenModule::getLangOpts(), clang::CIRGen::CIRGenModule::getMangledName(), clang::NamedDecl::getNameAsString(), clang::VarDecl::getSourceRange(), and clang::NamedDecl::isExternallyVisible().
Referenced by clang::CIRGen::CIRGenModule::getOrCreateStaticVarDecl(), and clang::CodeGen::CodeGenModule::getOrCreateStaticVarDecl().