Home | History | Annotate | Download | only in AST

Lines Matching defs:Dependent

754     // Friend function declarations are dependent if their *lexical*
755 // context is dependent.
1383 bool Dependent = isDependentContext();
1384 if (Dependent)
1389 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent);
1401 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) {
1406 if (Dependent)
1412 Dependent = Next.getInt();
1420 && "cannot iterate dependent diagnostics of non-dependent context");