Home | History | Annotate | Download | only in AST

Lines Matching refs:Dependent

255   // is within (lexcially for a friend, semantically otherwise) a dependent
273 // If this is a dependent lambda, there might be an enclosing variable
1157 // Friend function declarations are dependent if their *lexical*
1158 // context is dependent.
1163 // FIXME: A variable template is a dependent context, but is not a
1165 // should be considered dependent.
1931 bool Dependent = isDependentContext();
1932 if (Dependent)
1937 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent);
1949 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) {
1954 if (Dependent)
1960 Dependent = Next.getInt();
1968 && "cannot iterate dependent diagnostics of non-dependent context");