HomeSort by: relevance | last modified time | path
    Searched refs:hasInit (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtIterator.cpp 49 if (VD->hasInit())
DeclOpenMP.cpp 188 assert(hasInit());
ComputeDependence.cpp 515 !Var->getFirstDecl()->hasInit()) {
520 } else if (!First->hasInit()) {
Decl.cpp 2149 (hasInit() ||
2170 if (hasInit())
2262 bool VarDecl::hasInit() const {
2271 if (!hasInit())
2290 if (I->hasInit())
TextNodeDumper.cpp 1693 if (D->hasInit()) {
1711 if (D->hasInit()) {
ODRHash.cpp 297 const bool HasInit = D->hasInit();
298 Hash.AddBoolean(HasInit);
299 if (HasInit) {
JSONNodeDumper.cpp 779 if (VD->hasInit()) {
1437 attributeOnlyIfTrue("hasInit", IS->hasInitStorage());
1444 attributeOnlyIfTrue("hasInit", SS->hasInitStorage());
  /src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
ClangExtDefMapGen.cpp 67 if (cross_tu::containsConst(VD, Ctx) && VD->hasInit())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 430 if (D->hasInit())
Decl.h 1256 bool hasInit() const;
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeExprGen.cpp 382 if (VD->hasLocalStorage() && VD->hasInit() && !VD->isConstexpr()) {
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 312 REGISTER_MATCHER(hasInit);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCUDA.cpp 553 if (VD->isInvalidDecl() || !VD->hasInit() || !VD->hasGlobalStorage())
SemaTemplateInstantiateDecl.cpp 3348 IsCorrect = IsCorrect && OldPrivParm->hasInit();
5154 if (OldVar->getFirstDecl()->hasInit())
5214 (PatternDecl = PatternDecl->getFirstDecl())->hasInit() &&
5215 !Var->hasInit()) {
SemaDecl.cpp 2861 (NewVD->hasInit() || NewVD->isThisDeclarationADefinition()))
6412 if (VD->hasInit()) {
12192 if (VDecl->isStaticDataMember() && VDecl->getCanonicalDecl()->hasInit()) {
12964 !var->hasInit()) {
13036 } else if (getLangOpts().CPlusPlus && var->hasInit()) {
13088 if (!var->getType()->isStructureType() && var->hasInit() &&
13562 if (DeducedDecl->hasInit())
14736 Var->hasAttr<AsmLabelAttr>() && !Var->hasInit();
SemaOpenMP.cpp 7579 if (Var->hasInit() && !Var->getType()->isReferenceType()) {
16507 if (VD->getType()->isReferenceType() && VDDef && VDDef->hasInit()) {
16820 if (!RHSVD->hasInit() && DeclareReductionRef.isUnset()) {
19499 } else if (OmpPrivParm->hasInit()) {
SemaExpr.cpp 1956 if (!S.getLangOpts().CUDA || !VD->hasInit())
5650 assert(Param->hasInit() && "default argument but no initializer?");
17134 !(Var->isStaticDataMember() && Var->hasInit())) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp 918 if (Var->hasInit()) {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 5091 bool hasInit = (ND->getInit() != nullptr);
5094 if (hasInit)
5098 hasInit = false;
5138 if (!hasInit) {
RewriteObjC.cpp 4249 bool hasInit = (ND->getInit() != nullptr);
4258 if (!hasInit) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 2959 cast<VarDecl>(Global)->hasInit()) {
3831 OtherD->hasInit() &&
3930 !D->hasDefinition() && D->hasInit() && !D->hasAttr<DLLImportAttr>()) {
CGOpenMPRuntime.cpp 783 DRD && (DRD->getInitializer() || !PrivateVD->hasInit());
902 } else if (DRD && (DRD->getInitializer() || !PrivateVD->hasInit())) {
907 } else if (!DefaultInit(CGF) && PrivateVD->hasInit() &&
1156 if (!IsCombiner && Out->hasInit() &&
CGOpenMPRuntimeGPU.cpp 283 if (!isa<ParmVarDecl>(VarD) && VarD->hasInit()) {
ItaniumCXXABI.cpp 355 if (!InitDecl->hasInit())
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 4350 /// (matcher = initListExpr(hasInit(0, expr())))
4354 AST_MATCHER_P2(InitListExpr, hasInit, unsigned, N,

Completed in 114 milliseconds

1 2