Home
last modified time | relevance | path

Searched refs:getUnnamedGlobalConstantDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3235 getUnnamedGlobalConstantDecl(QualType Ty, const APValue &Value) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2367 Ctx.getUnnamedGlobalConstantDecl(getType()->getPointeeType(), Value); in EvaluateInContext()
H A DASTContext.cpp12768 ASTContext::getUnnamedGlobalConstantDecl(QualType Ty, in getUnnamedGlobalConstantDecl() function in ASTContext