/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 3530 void UnnamedGlobalConstantDecl::anchor() {} in anchor() 3532 UnnamedGlobalConstantDecl::UnnamedGlobalConstantDecl(const ASTContext &C, in UnnamedGlobalConstantDecl() function in UnnamedGlobalConstantDecl 3545 UnnamedGlobalConstantDecl * 3546 UnnamedGlobalConstantDecl::Create(const ASTContext &C, QualType T, in Create() 3549 return new (C, DC) UnnamedGlobalConstantDecl(C, DC, T, Value); in Create() 3552 UnnamedGlobalConstantDecl * 3553 UnnamedGlobalConstantDecl::CreateDeserialized(ASTContext &C, GlobalDeclID ID) { in CreateDeserialized() 3555 UnnamedGlobalConstantDecl(C, nullptr, QualType(), APValue()); in CreateDeserialized() 3558 void UnnamedGlobalConstantDecl::printName(llvm::raw_ostream &OS, in printName()
|
H A D | ExprClassification.cpp | 496 UnnamedGlobalConstantDecl, TemplateParamObjectDecl>(D) || in ClassifyDecl()
|
H A D | ASTContext.cpp | 12767 UnnamedGlobalConstantDecl * 12771 UnnamedGlobalConstantDecl::Profile(ID, Ty, APVal); in getUnnamedGlobalConstantDecl() 12774 if (UnnamedGlobalConstantDecl *Existing = in getUnnamedGlobalConstantDecl() 12778 UnnamedGlobalConstantDecl *New = in getUnnamedGlobalConstantDecl() 12779 UnnamedGlobalConstantDecl::Create(*this, Ty, APVal); in getUnnamedGlobalConstantDecl()
|
H A D | Expr.cpp | 2366 UnnamedGlobalConstantDecl *GV = in EvaluateInContext()
|
H A D | ExprConstant.cpp | 2068 return isa<FunctionDecl, MSGuidDecl, UnnamedGlobalConstantDecl>(D); in IsGlobalLValue() 4121 if (auto *GCD = dyn_cast<UnnamedGlobalConstantDecl>(D)) { in findCompleteObject() 8610 UnnamedGlobalConstantDecl>(D)) in VisitDeclRefExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 4351 class UnnamedGlobalConstantDecl : public ValueDecl, 4352 public Mergeable<UnnamedGlobalConstantDecl>, 4360 UnnamedGlobalConstantDecl(const ASTContext &C, DeclContext *DC, QualType T, 4363 static UnnamedGlobalConstantDecl *Create(const ASTContext &C, QualType T, 4365 static UnnamedGlobalConstantDecl *CreateDeserialized(ASTContext &C,
|
H A D | ASTContext.h | 311 mutable llvm::FoldingSet<UnnamedGlobalConstantDecl> 3234 UnnamedGlobalConstantDecl *
|
H A D | RecursiveASTVisitor.h | 2153 DEF_TRAVERSE_DECL(UnnamedGlobalConstantDecl, {})
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp | 188 } else if (isa<UnnamedGlobalConstantDecl, MSGuidDecl, in createGlobal()
|
H A D | Compiler.cpp | 2608 auto *UGCD = cast<UnnamedGlobalConstantDecl>(BaseDecl); in VisitSourceLocExpr()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.h | 449 llvm::DenseMap<const UnnamedGlobalConstantDecl *, llvm::GlobalVariable *> 1033 GetAddrOfUnnamedGlobalConstantDecl(const UnnamedGlobalConstantDecl *GCD);
|
H A D | CGExprConstant.cpp | 2148 if (const auto *GCD = dyn_cast<UnnamedGlobalConstantDecl>(D)) in tryEmitBase()
|
H A D | CodeGenModule.cpp | 3618 const UnnamedGlobalConstantDecl *GCD) { in GetAddrOfUnnamedGlobalConstantDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 380 void VisitUnnamedGlobalConstantDecl(UnnamedGlobalConstantDecl *D); 1563 UnnamedGlobalConstantDecl *D) { in VisitUnnamedGlobalConstantDecl() 1568 if (UnnamedGlobalConstantDecl *Existing = in VisitUnnamedGlobalConstantDecl() 4070 D = UnnamedGlobalConstantDecl::CreateDeserialized(Context, ID); in ReadDeclRecord()
|
H A D | ASTWriterDecl.cpp | 101 void VisitUnnamedGlobalConstantDecl(UnnamedGlobalConstantDecl *D); 1082 UnnamedGlobalConstantDecl *D) { in VisitUnnamedGlobalConstantDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 969 UnnamedGlobalConstantDecl *D) { in VisitUnnamedGlobalConstantDecl()
|
H A D | SemaTemplate.cpp | 6731 isa<LifetimeExtendedTemporaryDecl, UnnamedGlobalConstantDecl>(VD))) { in CheckTemplateArgument()
|
H A D | SemaExpr.cpp | 14197 MSGuidDecl, UnnamedGlobalConstantDecl>(dcl)) in CheckAddressOfOperand()
|