Searched refs:LazyDeclPtr (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclFriend.h50 LazyDeclPtr NextFriend;
H A DExternalASTSource.h644 LazyDeclPtr; typedef in namespace:clang
H A DASTContext.h152 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions;
H A DDeclCXX.h502 LazyDeclPtr FirstFriend;
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2866 // 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;
/external/clang/include/clang/Sema/
H A DSema.h629 LazyDeclPtr StdNamespace;
633 LazyDeclPtr StdBadAlloc;

Completed in 329 milliseconds