Searched defs:FoundDecls (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 2333 SmallVector<NamedDecl *, 2> FoundDecls; in VisitNamespaceDecl() local 2399 SmallVector<NamedDecl *, 2> FoundDecls; in VisitTypedefNameDecl() local 2482 SmallVector<NamedDecl *, 2> FoundDecls; in VisitEnumDecl() local 2571 SmallVector<NamedDecl *, 2> FoundDecls; in VisitRecordDecl() local 2696 SmallVector<NamedDecl *, 2> FoundDecls; in VisitEnumConstantDecl() local 2751 SmallVector<NamedDecl *, 2> FoundDecls; in VisitFunctionDecl() local 2965 SmallVector<NamedDecl *, 2> FoundDecls; in VisitFieldDecl() local 3024 SmallVector<NamedDecl *, 2> FoundDecls; in VisitIndirectFieldDecl() local 3094 SmallVector<NamedDecl *, 2> FoundDecls; in VisitObjCIvarDecl() local 3152 SmallVector<NamedDecl *, 2> FoundDecls; in VisitVarDecl() local [all …]
|