Home | History | Annotate | Download | only in AST

Lines Matching defs:Dependent

898     // Friend function declarations are dependent if their *lexical*
899 // context is dependent.
904 // FIXME: A variable template is a dependent context, but is not a
906 // should be considered dependent.
1658 bool Dependent = isDependentContext();
1659 if (Dependent)
1664 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent);
1676 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) {
1681 if (Dependent)
1687 Dependent = Next.getInt();
1695 && "cannot iterate dependent diagnostics of non-dependent context");