Searched refs:VarDecl (Results 176 - 193 of 193) sorted by relevance

12345678

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1536 const VarDecl *VD;
1551 const VarDecl *VD;
1566 const VarDecl *VD;
2492 if (const VarDecl *D = dyn_cast<VarDecl>(ArgDRE->getDecl()))
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1021 const VarDecl *VD = VR->getDecl();
1829 const VarDecl *VD = R->getDecl();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp6422 if (VarDecl *Var = dyn_cast<VarDecl>(DRE->getDecl())) {
6448 if (VarDecl *Def = Var->getDefinition()) {
6973 if (VarDecl *Var = dyn_cast<VarDecl>(DRE->getDecl())) {
H A DSemaExprObjC.cpp3222 VarDecl *var = dyn_cast<VarDecl>(e->getDecl());
H A DSemaCodeComplete.cpp1210 const VarDecl *Var = dyn_cast<VarDecl>(ND);
4553 const auto *Var = dyn_cast<VarDecl>(D);
H A DSemaTemplateDeduction.cpp4131 void Sema::DiagnoseAutoDeductionFailure(VarDecl *VDecl, Expr *Init) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1960 clang::VarDecl *
1965 clang::VarDecl *var_decl = clang::VarDecl::Create(*getASTContext(),
7707 clang::VarDecl *
7712 clang::VarDecl *var_decl = nullptr;
7723 var_decl = clang::VarDecl::Create (*ast->getASTContext(), // ASTContext &
9666 if (llvm::dyn_cast<clang::VarDecl>((clang::Decl *)opaque_decl))
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1934 clang::NamedDecl *Decl = VarDecl::Create(*ast,
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1810 SmallVectorImpl<VarDecl *> &TentativeDefs) override;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp140 return candidate.getCorrectionDeclAs<VarDecl>();
H A DParseDecl.cpp2065 cast<VarDecl>(ThisDecl)->getType()->getCanonicalTypeInternal(),
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7227 SmallVectorImpl<VarDecl *> &TentativeDefs) {
7229 VarDecl *Var = dyn_cast_or_null<VarDecl>(GetDecl(TentativeDefinitions[I]));
7943 SmallVector<VarDecl *, 8> Indices;
7950 Indices.push_back(ReadDeclAs<VarDecl>(F, Record, Idx));
H A DASTWriter.cpp5580 VarDecl *Var =
5784 void ASTWriter::StaticDataMemberInstantiated(const VarDecl *D) {
H A DASTWriterStmt.cpp1243 VarDecl **ArrayIndexVars = E->getArrayIndexVars();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp2106 const VarDecl *variable = CI.getVariable();
2604 const VarDecl *variable = CI.getVariable();
4125 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl();
H A DCGExprCXX.cpp1944 ArrayRef<VarDecl *> ArrayIndexes;
H A DTargetInfo.cpp7414 if (const VarDecl *VD = dyn_cast<VarDecl>(D)) {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h632 const VarDecl *VD,

Completed in 446 milliseconds

12345678