Searched defs:Decls (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { argument
H A DCXXInheritance.cpp29 llvm::SetVector<NamedDecl *, SmallVector<NamedDecl *, 8> > Decls; local
[all...]
H A DExternalASTSource.cpp46 FindFileRegionDecls(FileID File, unsigned Offset, unsigned Length, SmallVectorImpl<Decl *> &Decls) argument
H A DDeclPrinter.cpp250 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { argument
278 SmallVector<Decl*, 2> Decls; local
[all...]
H A DDeclBase.cpp1034 DeclContext::BuildDeclChain(ArrayRef<Decl*> Decls, argument
1078 SmallVector<Decl*, 64> Decls; local
1119 SetExternalVisibleDeclsForName(const DeclContext *DC, DeclarationName Name, ArrayRef<NamedDecl*> Decls) argument
[all...]
H A DDecl.cpp3774 SmallVector<Decl*, 64> Decls; local
H A DASTImporter.cpp5868 HandleNameConflict(DeclarationName Name, DeclContext *DC, unsigned IDNS, NamedDecl **Decls, unsigned NumDecls) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h25 std::vector<DWARFAbbreviationDeclaration> Decls; member in class:llvm::DWARFAbbreviationDeclarationSet
/freebsd-11.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl"); local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DIdentifierResolver.h60 DeclsTy Decls; member in class:clang::IdentifierResolver::IdDeclInfo
H A DExternalSemaSource.h133 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {} argument
113 ReadUnusedFileScopedDecls( SmallVectorImpl<const DeclaratorDecl *> &Decls) argument
123 ReadDelegatingConstructors( SmallVectorImpl<CXXConstructorDecl *> &Decls) argument
141 ReadUnusedLocalTypedefNameCandidates( llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) argument
H A DTypoCorrection.h160 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { argument
H A DLookup.h664 UnresolvedSet<8> Decls; member in class:clang::LookupResult
729 llvm::DenseMap<NamedDecl*, NamedDecl*> Decls; member in class:clang::ADLResult
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTUnresolvedSet.h33 DeclsTy Decls; member in class:clang::ASTUnresolvedSet
[all...]
H A DUnresolvedSet.h134 SmallVector<DeclAccessPair, InlineCapacity> Decls; member in class:clang::UnresolvedSet
H A DCXXInheritance.h80 DeclContext::lookup_result Decls; member in class:clang::CXXBasePath
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp504 GenerateCXXGlobalInitFunc(llvm::Function *Fn, ArrayRef<llvm::Function *> Decls, Address Guard) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp117 FindFileRegionDecls(FileID File, unsigned Offset, unsigned Length, SmallVectorImpl<Decl *> &Decls) argument
233 ReadUnusedFileScopedDecls( SmallVectorImpl<const DeclaratorDecl*> &Decls) argument
239 ReadDelegatingConstructors( SmallVectorImpl<CXXConstructorDecl*> &Decls) argument
245 ReadExtVectorDecls( SmallVectorImpl<TypedefNameDecl*> &Decls) argument
251 ReadUnusedLocalTypedefNameCandidates( llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) argument
[all...]
H A DSemaCodeComplete.cpp4027 UnresolvedSet<8> Decls; local
H A DSemaDeclObjC.cpp1975 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { argument
4372 ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, IdentifierInfo *ClassName, SmallVectorImpl<Decl*> &Decls) argument
H A DSemaStmt.cpp1278 llvm::SmallPtrSetImpl<VarDecl*> &Decls; member in class:__anon4056::DeclExtractor
1284 DeclExtractor(Sema &S, llvm::SmallPtrSetImpl<VarDecl*> &Decls, argument
1356 llvm::SmallPtrSetImpl<VarDecl*> &Decls; member in class:__anon4056::DeclMatcher
1362 DeclMatcher(Sema &S, llvm::SmallPtrSetImpl<VarDecl*> &Decls, argument
1433 llvm::SmallPtrSet<VarDecl*, 8> Decls; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h499 ArrayRef<serialization::LocalDeclID> Decls; member in struct:clang::ASTReader::FileDeclsInfo
502 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp2609 findFileRegionDecls(FileID File, unsigned Offset, unsigned Length, SmallVectorImpl<Decl *> &Decls) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h939 SmallVector<Decl*, 2> Decls; member in struct:clang::Parser::LateParsedAttribute
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp290 SmallVector<Decl *, 16> Decls; local
1507 UnresolvedSet<8> Decls; local

Completed in 427 milliseconds

12