Home
last modified time | relevance | path

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

12

/freebsd-src/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 DTypoCorrection.h172 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { in setCorrectionDecls()
H A DLookup.h791 UnresolvedSet<8> Decls; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp133 SmallVectorImpl<Decl *> &Decls){ in FindFileRegionDecls() argument
259 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls() argument
265 SmallVectorImpl<CXXConstructorDecl*> &Decls) { in ReadDelegatingConstructors() argument
271 SmallVectorImpl<TypedefNameDecl*> &Decls) { in ReadExtVectorDecls() argument
277 llvm::SmallSetVector<Decl *, 4> &Decls) { in ReadDeclsToCheckForDeferredDiags() argument
283 ReadUnusedLocalTypedefNameCandidates(llvm::SmallSetVector<const TypedefNameDecl *,4> & Decls) ReadUnusedLocalTypedefNameCandidates() argument
[all...]
/freebsd-src/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.cpp419 llvm::SmallVector<const Decl *, 16> Decls; VisitObjCMethodDecl() local
577 llvm::SmallVector<const Decl *, 16> Decls; AddCXXRecordDecl() local
615 llvm::SmallVector<const Decl *, 16> Decls; AddRecordDecl() local
643 llvm::SmallVector<const Decl *, 16> Decls; AddObjCInterfaceDecl() local
727 llvm::SmallVector<const Decl *, 16> Decls; AddFunctionDecl() local
753 llvm::SmallVector<const Decl *, 16> Decls; AddEnumDecl() local
780 llvm::SmallVector<const Decl *, 16> Decls; AddObjCProtocolDecl() local
[all...]
H A DExternalASTSource.cpp45 SmallVectorImpl<Decl *> &Decls) {} in FindFileRegionDecls() argument
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.cpp1455 BuildDeclChain(ArrayRef<Decl * > Decls,bool FieldsAlreadyLoaded) BuildDeclChain() argument
1498 SmallVector<Decl*, 64> Decls; LoadLexicalDeclsFromExternalStorage() local
1541 SetExternalVisibleDeclsForName(const DeclContext * DC,DeclarationName Name,ArrayRef<NamedDecl * > Decls) SetExternalVisibleDeclsForName() argument
H A DDeclPrinter.cpp370 ProcessDeclGroup(SmallVectorImpl<Decl * > & Decls) ProcessDeclGroup() argument
473 SmallVector<Decl*, 2> Decls; VisitDeclContext() local
[all...]
/freebsd-src/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() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h492 llvm::SmallVectorImpl<const clang::DeclaratorDecl *> &Decls) override { in ReadDelegatingConstructors() argument
498 llvm::SmallVectorImpl<clang::CXXConstructorDecl *> &Decls) override { in ReadExtVectorDecls() argument
504 llvm::SmallVectorImpl<clang::TypedefNameDecl *> &Decls) override { in ReadUnusedLocalTypedefNameCandidates() argument
94 FindFileRegionDecls(clang::FileID File,unsigned Offset,unsigned Length,llvm::SmallVectorImpl<clang::Decl * > & Decls) FindFileRegionDecls() argument
357 FindFileRegionDecls(clang::FileID File,unsigned Offset,unsigned Length,llvm::SmallVectorImpl<clang::Decl * > & Decls) FindFileRegionDecls() argument
486 ReadUnusedFileScopedDecls(llvm::SmallVectorImpl<const clang::DeclaratorDecl * > & Decls) ReadUnusedFileScopedDecls() argument
[all...]
H A DClangASTSource.h222 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindExternalLexicalDecls() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h34 using Decls = DeclListNode::Decls; variable
161 replaceExternalDecls(ArrayRef<NamedDecl * > Decls) replaceExternalDecls() argument
[all...]
H A DDeclGroup.h68 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
H A DASTUnresolvedSet.h40 DeclsTy Decls; global() variable
[all...]
H A DUnresolvedSet.h158 SmallVector<DeclAccessPair, InlineCapacity> Decls; global() variable
H A DCXXInheritance.h79 DeclContext::lookup_iterator Decls; variable
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp27 DeclGroupRef Decls = DG.get(); validateDeclsInsideHLSLBuffer() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp250 std::vector<Record *> Decls = in EmitClangDeclContext() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp144 HandleDecls(const llvm::iterator_range<DeclContext::decl_iterator> & Decls,MangledSymbols & Symbols,int RDO) HandleDecls() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7540 SmallVector<Decl*, 8> Decls; CompleteRedeclChain() local
7840 FindExternalLexicalDecls(const DeclContext * DC,llvm::function_ref<bool (Decl::Kind)> IsKindWeWant,SmallVectorImpl<Decl * > & Decls) FindExternalLexicalDecls() argument
7916 FindFileRegionDecls(FileID File,unsigned Offset,unsigned Length,SmallVectorImpl<Decl * > & Decls) FindFileRegionDecls() argument
7970 SmallVector<NamedDecl *, 64> Decls; FindExternalVisibleDeclsByName() local
7991 DeclsMap Decls; completeVisibleDeclsMap() local
8630 ReadUnusedFileScopedDecls(SmallVectorImpl<const DeclaratorDecl * > & Decls) ReadUnusedFileScopedDecls() argument
8641 ReadDelegatingConstructors(SmallVectorImpl<CXXConstructorDecl * > & Decls) ReadDelegatingConstructors() argument
8651 ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl * > & Decls) ReadExtVectorDecls() argument
8662 ReadUnusedLocalTypedefNameCandidates(llvm::SmallSetVector<const TypedefNameDecl *,4> & Decls) ReadUnusedLocalTypedefNameCandidates() argument
8674 ReadDeclsToCheckForDeferredDiags(llvm::SmallSetVector<Decl *,4> & Decls) ReadDeclsToCheckForDeferredDiags() argument
8816 SetGloballyVisibleDecls(IdentifierInfo * II,const SmallVectorImpl<uint32_t> & DeclIDs,SmallVectorImpl<Decl * > * Decls) SetGloballyVisibleDecls() argument
11175 SmallVector<ValueDecl *, 16> Decls; VisitOMPMapClause() local
11302 SmallVector<ValueDecl *, 16> Decls; VisitOMPToClause() local
11358 SmallVector<ValueDecl *, 16> Decls; VisitOMPFromClause() local
11408 SmallVector<ValueDecl *, 16> Decls; VisitOMPUseDevicePtrClause() local
11450 SmallVector<ValueDecl *, 16> Decls; VisitOMPUseDeviceAddrClause() local
11493 SmallVector<ValueDecl *, 16> Decls; VisitOMPIsDevicePtrClause() local
11536 SmallVector<ValueDecl *, 16> Decls; VisitOMPHasDeviceAddrClause() local
[all...]

12