HomeSort by: relevance | last modified time | path
    Searched refs:BaseD (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXX.cpp 107 const CXXDestructorDecl *BaseD = UniqueBase->getDestructor();
108 if (BaseD->getType()->castAs<FunctionType>()->getCallConv() !=
113 GlobalDecl TargetDecl(BaseD, Dtor_Base);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 343 const NamedDecl *BaseD = nullptr;
348 BaseD = TDT->getDecl();
351 BaseD = TST->getTemplateName().getAsTemplateDecl();
353 BaseD = RT->getDecl();
356 if (BaseD)
357 IdxCtx.getEntityInfo(BaseD, BaseEntities.back(), SA);
991 const NamedDecl *BaseD = BaseList.BaseEntities[i].Dcl;
994 markEntityOccurrenceInFile(BaseD, Loc);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAccess.cpp 1458 // different based on what the declaration comes out as.
1854 CXXRecordDecl *BaseD, *DerivedD;
1855 BaseD = cast<CXXRecordDecl>(Base->castAs<RecordType>()->getDecl());
1858 AccessTarget Entity(Context, AccessTarget::Base, BaseD, DerivedD,
SemaOpenMP.cpp 166 /// get the data (loop counters etc.) about enclosing loop-based construct.
417 "Expected loop-based directive.");
423 "Expected loop-based directive.");
429 "Expected loop-based directive.");
1057 /// Marks the declaration as implicitly firstprivate nin the task-based
1062 /// Checks if the decl is implicitly firstprivate in the task-based region.
1992 // given its type and the clauses where it appears. This table is based on
3816 // Check implicitly captured variables in the task-based directives to
4386 // Capture variables captured by reference in lambdas for target-based
5403 // For range-based for-loops convert the loop counter value to a concret
    [all...]

Completed in 24 milliseconds