HomeSort by relevance Sort by last modified time
    Searched refs:getDeclContext (Results 51 - 75 of 109) sorted by null

1 23 4 5

  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp 560 SemaDC = D->getDeclContext();
815 auto *DC = D->getDeclContext();
825 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC, D->getDeclContext());
    [all...]
  /external/clang/include/clang/AST/
Decl.h 316 const DeclContext *DC = getDeclContext();
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 205 return DRE->getDecl()->getDeclContext()->isFileContext() &&
  /external/clang/lib/AST/
APValue.cpp 531 Out << '&' << *cast<CXXRecordDecl>(VD->getDeclContext()) << "::" << *VD;
ExprClassification.cpp 487 if (isa<VarDecl>(Member) && Member->getDeclContext()->isRecord())
Expr.cpp 286 Var->getDeclContext()->isDependentContext()) {
300 if (isa<CXXMethodDecl>(D) && D->getDeclContext()->isDependentContext()) {
503 auto DC = CurrentDecl->getDeclContext();
583 const DeclContext *Ctx = FD->getDeclContext();
675 dyn_cast<ObjCCategoryImplDecl>(MD->getDeclContext()))
    [all...]
ExprCXX.cpp 279 if ((*I)->getDeclContext()->isDependentContext() ||
    [all...]
CommentSema.cpp 684 const DeclContext *Ctx = FD->getDeclContext();
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 331 const DeclContext *DC = D->getDeclContext()->getEnclosingNamespaceContext();
UninitializedValues.cpp 39 !vd->isImplicit() && vd->getDeclContext() == dc) {
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.cpp 698 for (DeclContext* context = info->record()->getDeclContext();
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 701 if (!MD || !MD->isVariadic() || isa<ObjCProtocolDecl>(MD->getDeclContext()))
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 444 : New->getDeclContext();
586 } else if (New->getDeclContext()->isDependentContext()) {
598 = dyn_cast<CXXRecordDecl>(New->getDeclContext())) {
    [all...]
SemaExpr.cpp 137 const DeclContext *DC = ECD->getDeclContext();
    [all...]
SemaDeclAttr.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaPseudoObject.cpp 653 dyn_cast<ObjCInterfaceDecl>(setter->getDeclContext())) {
767 Setter->getDeclContext(),
    [all...]
SemaOverload.cpp     [all...]
SemaInit.cpp 435 for (NamespaceDecl *ND = dyn_cast<NamespaceDecl>(R->getDeclContext());
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 170 const DeclContext *DC = D.getDeclContext();
250 const Decl *DC = cast<Decl>(D.getDeclContext());
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 154 clang::dyn_cast<clang::NamedDecl>(method.getDeclContext());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp     [all...]
  /external/v8/tools/clang/plugins/
FindBadConstructsConsumer.cpp 718 auto* context = decl->getDeclContext();
    [all...]

Completed in 1910 milliseconds

1 23 4 5