Home
last modified time | relevance | path

Searched defs:Decls (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h116 SmallVectorImpl<const DeclaratorDecl *> &Decls) {} in ReadUnusedFileScopedDecls()
126 SmallVectorImpl<CXXConstructorDecl *> &Decls) {} in ReadDelegatingConstructors()
135 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {} in ReadExtVectorDecls()
144 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {} in ReadUnusedLocalTypedefNameCandidates()
201 ReadDeclsToCheckForDeferredDiags(llvm::SmallSetVector<Decl *, 4> &Decls) {} in ReadDeclsToCheckForDeferredDiags()
H A DLookup.h796 UnresolvedSet<8> Decls; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp133 SmallVectorImpl<Decl *> &Decls){ in FindFileRegionDecls()
259 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
265 SmallVectorImpl<CXXConstructorDecl*> &Decls) { in ReadDelegatingConstructors()
271 SmallVectorImpl<TypedefNameDecl*> &Decls) { in ReadExtVectorDecls()
277 llvm::SmallSetVector<Decl *, 4> &Decls) { in ReadDeclsToCheckForDeferredDiags()
283 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
H A DSemaBoundsSafety.cpp53 llvm::SmallVectorImpl<TypeCoupledDeclRefInfo> &Decls, bool CountInBytes, in CheckCountedByAttrOnField()
H A DSemaStmt.cpp1772 DeclSetVector &Decls; member in __anon4f6f6e9d0d11::DeclExtractor
1778 DeclExtractor(Sema &S, DeclSetVector &Decls, in DeclExtractor()
1853 DeclSetVector &Decls; member in __anon4f6f6e9d0d11::DeclMatcher
1859 DeclMatcher(Sema &S, DeclSetVector &Decls, Stmt *Statement) : in DeclMatcher()
1941 DeclSetVector Decls; in CheckForLoopConditionalStatement() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
H A DASTImporterLookupTable.cpp105 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in add() local
112 DeclList &Decls = LookupTable[DC][Name]; in remove() local
H A DODRHash.cpp426 llvm::SmallVector<const Decl *, 16> Decls; in VisitObjCMethodDecl() local
584 llvm::SmallVector<const Decl *, 16> Decls; in AddCXXRecordDecl() local
622 llvm::SmallVector<const Decl *, 16> Decls; in AddRecordDecl() local
650 llvm::SmallVector<const Decl *, 16> Decls; in AddObjCInterfaceDecl() local
740 llvm::SmallVector<const Decl *, 16> Decls; in AddFunctionDecl() local
766 llvm::SmallVector<const Decl *, 16> Decls; in AddEnumDecl() local
793 llvm::SmallVector<const Decl *, 16> Decls; in AddObjCProtocolDecl() local
H A DExternalASTSource.cpp45 SmallVectorImpl<Decl *> &Decls) {} in FindFileRegionDecls()
H A DExternalASTMerger.cpp244 bool HasDeclOfSameType(llvm::ArrayRef<Candidate> Decls, const Candidate &C) { in HasDeclOfSameType()
476 llvm::SmallVector<NamedDecl *, 1> Decls; in FindExternalVisibleDeclsByName() local
H A DDeclBase.cpp1519 DeclContext::BuildDeclChain(ArrayRef<Decl *> Decls, in BuildDeclChain()
1562 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local
1605 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
H A DDeclPrinter.cpp324 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup()
427 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.h31 mutable std::vector<DeclOccurrence> Decls; variable
H A DIndexingAction.cpp274 ArrayRef<const Decl *> Decls, in indexTopLevelDecls()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h100 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindFileRegionDecls()
363 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindFileRegionDecls()
492 llvm::SmallVectorImpl<const clang::DeclaratorDecl *> &Decls) override { in ReadUnusedFileScopedDecls()
498 llvm::SmallVectorImpl<clang::CXXConstructorDecl *> &Decls) override { in ReadDelegatingConstructors()
504 llvm::SmallVectorImpl<clang::TypedefNameDecl *> &Decls) override { in ReadExtVectorDecls()
510 llvm::SmallSetVector<const clang::TypedefNameDecl *, 4> &Decls) override { in ReadUnusedLocalTypedefNameCandidates()
H A DClangASTSource.h222 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindExternalLexicalDecls()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h34 using Decls = DeclListNode::Decls; variable
173 void replaceExternalDecls(ArrayRef<NamedDecl*> Decls) { in replaceExternalDecls()
H A DDeclGroup.h68 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
H A DASTUnresolvedSet.h41 DeclsTy Decls; variable
H A DUnresolvedSet.h159 SmallVector<DeclAccessPair, InlineCapacity> Decls; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp28 DeclGroupRef Decls = DG.get(); in validateDeclsInsideHLSLBuffer() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp145 HandleDecls(const llvm::iterator_range<DeclContext::decl_iterator> &Decls, in HandleDecls()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp192 llvm::SetVector<const CXXRecordDecl *> Decls; in checkASTDecl() member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7590 SmallVector<Decl*, 8> Decls; in CompleteRedeclChain() local
7922 SmallVectorImpl<Decl *> &Decls) { in FindExternalLexicalDecls()
8000 SmallVectorImpl<Decl *> &Decls) { in FindFileRegionDecls()
8056 SmallVector<NamedDecl *, 64> Decls; in FindExternalVisibleDeclsByName() local
8078 DeclsMap Decls; in completeVisibleDeclsMap() local
8721 SmallVectorImpl<const DeclaratorDecl *> &Decls) { in ReadUnusedFileScopedDecls()
8732 SmallVectorImpl<CXXConstructorDecl *> &Decls) { in ReadDelegatingConstructors()
8742 void ASTReader::ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) { in ReadExtVectorDecls()
8753 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
8765 llvm::SmallSetVector<Decl *, 4> &Decls) { in ReadDeclsToCheckForDeferredDiags()
[all …]

12