Home | History | Annotate | Download | only in AST

Lines Matching refs:LazyDeclPtr

2866   //  2) 'get' on the LazyDeclPtr might also trigger deserialization and
2867 // invalidate the LazyDeclPtr within the map itself
2868 LazyDeclPtr Entry = KeyFunctions[RD];
2886 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr>::iterator
2894 // the iterator and the LazyDeclPtr object within the map.
2895 LazyDeclPtr Ptr = I->second;