HomeSort by relevance Sort by last modified time
    Searched refs:StoredDeclsList (Results 1 - 4 of 4) 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();
240 : public llvm::SmallDenseMap<DeclarationName, StoredDeclsList, 4> {
  /external/clang/include/clang/Serialization/
ASTWriter.h 69 struct StoredDeclsList;
446 bool isLookupResultExternal(StoredDeclsList &Result, DeclContext *DC);
447 bool isLookupResultEntirelyExternal(StoredDeclsList &Result, DeclContext *DC);
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 164 milliseconds