Home | History | Annotate | Download | only in AST

Lines Matching defs:Dependent

941     // Friend function declarations are dependent if their *lexical*
942 // context is dependent.
947 // FIXME: A variable template is a dependent context, but is not a
949 // should be considered dependent.
1705 bool Dependent = isDependentContext();
1706 if (Dependent)
1711 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent);
1723 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) {
1728 if (Dependent)
1734 Dependent = Next.getInt();
1742 && "cannot iterate dependent diagnostics of non-dependent context");