Searched defs:Decls (Results 1 - 25 of 37) sorted by path

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h40 DeclsTy Decls; member in class:clang::ASTUnresolvedSet
[all...]
H A DCXXInheritance.h81 DeclContext::lookup_result Decls; member in class:clang::CXXBasePath
H A DUnresolvedSet.h150 SmallVector<DeclAccessPair, InlineCapacity> Decls; member in class:clang::UnresolvedSet
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1199 SmallVector<Decl*, 2> Decls; member in struct:clang::LateParsedAttribute
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h137 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {} argument
117 ReadUnusedFileScopedDecls( SmallVectorImpl<const DeclaratorDecl *> &Decls) argument
127 ReadDelegatingConstructors( SmallVectorImpl<CXXConstructorDecl *> &Decls) argument
145 ReadUnusedLocalTypedefNameCandidates( llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) argument
H A DIdentifierResolver.h62 DeclsTy Decls; member in class:clang::IdentifierResolver::IdDeclInfo
H A DLookup.h726 UnresolvedSet<8> Decls; member in class:clang::LookupResult
801 llvm::MapVector<NamedDecl*, NamedDecl*> Decls; member in class:clang::ADLResult
[all...]
H A DTypoCorrection.h172 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h549 ArrayRef<serialization::LocalDeclID> Decls; member in struct:clang::ASTReader::FileDeclsInfo
552 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp491 void ASTContext::attachCommentsToJustParsedDecls(ArrayRef<Decl *> Decls, argument
H A DASTImporter.cpp8954 HandleNameConflict(DeclarationName Name, DeclContext *DC, unsigned IDNS, NamedDecl **Decls, unsigned NumDecls) argument
H A DASTImporterLookupTable.cpp72 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; local
78 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; local
H A DCXXInheritance.cpp42 llvm::SmallSetVector<NamedDecl *, 8> Decls; local
[all...]
H A DDecl.cpp4453 SmallVector<Decl*, 64> Decls; local
H A DDeclBase.cpp1260 DeclContext::BuildDeclChain(ArrayRef<Decl *> Decls, argument
1303 SmallVector<Decl*, 64> Decls; local
1344 SetExternalVisibleDeclsForName(const DeclContext *DC, DeclarationName Name, ArrayRef<NamedDecl*> Decls) argument
[all...]
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { argument
H A DDeclPrinter.cpp281 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { argument
374 SmallVector<Decl*, 2> Decls; local
[all...]
H A DExternalASTMerger.cpp247 bool HasDeclOfSameType(llvm::ArrayRef<Candidate> Decls, const Candidate &C) { argument
H A DExternalASTSource.cpp56 FindFileRegionDecls(FileID File, unsigned Offset, unsigned Length, SmallVectorImpl<Decl *> &Decls) argument
H A DODRHash.cpp488 llvm::SmallVector<const Decl *, 16> Decls; local
589 llvm::SmallVector<const Decl *, 16> Decls; local
615 llvm::SmallVector<const Decl *, 16> Decls; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp235 DeclContextLookupResult Decls = RD->lookup(DeclName); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp671 GenerateCXXGlobalInitFunc(llvm::Function *Fn, ArrayRef<llvm::Function *> Decls, ConstantAddress Guard) argument
H A DCGOpenMPRuntime.cpp1427 auto &Decls = FunctionUDRMap.FindAndConstruct(CGF->CurFn); local
9069 auto &Decls = FunctionUDMMap.FindAndConstruct(CGF->CurFn); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2452 findFileRegionDecls(FileID File, unsigned Offset, unsigned Length, SmallVectorImpl<Decl *> &Decls) argument
[all...]
H A DInterfaceStubFunctionsConsumer.cpp143 HandleDecls(const llvm::iterator_range<DeclContext::decl_iterator> &Decls, argument

Completed in 341 milliseconds

12