HomeSort by relevance Sort by last modified time
    Searched refs:StoredDeclsList (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
DeclContextInternals.h 32 struct StoredDeclsList {
47 StoredDeclsList() {}
49 StoredDeclsList(StoredDeclsList &&RHS) : Data(RHS.Data) {
53 ~StoredDeclsList() {
59 StoredDeclsList &operator=(StoredDeclsList &&RHS) {
130 *this = StoredDeclsList();
242 : public llvm::SmallDenseMap<DeclarationName, StoredDeclsList, 4> {
  /external/clang/lib/AST/
DeclBase.cpp 1063 StoredDeclsList &List = (*Map)[Name];
1088 // Convert the array to a StoredDeclsList.
    [all...]

Completed in 60 milliseconds