Home
last modified time | relevance | path

Searched defs:Declaration (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp50 addNamespace(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addNamespace() argument
75 addGlobalVariableTemplate(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,bool IsFromSystemHeader) addGlobalVariableTemplate() argument
98 addGlobalFunctionTemplate(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,Template Template,bool IsFromSystemHeader) addGlobalFunctionTemplate() argument
111 addGlobalFunctionTemplateSpecialization(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,bool IsFromSystemHeader) addGlobalFunctionTemplateSpecialization() argument
124 addEnumConstant(EnumRecord * Enum,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addEnumConstant() argument
139 addEnum(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addEnum() argument
150 addRecordField(RecordRecord * Record,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,APIRecord::RecordKind Kind,bool IsFromSystemHeader) addRecordField() argument
164 addRecord(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,APIRecord::RecordKind Kind,bool IsFromSystemHeader) addRecord() argument
177 addStaticField(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference Context,AccessControl Access,bool IsFromSystemHeader) addStaticField() argument
189 addCXXField(APIRecord * CXXClass,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,AccessControl Access,bool IsFromSystemHeader) addCXXField() argument
203 addCXXFieldTemplate(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,AccessControl Access,Template Template,bool IsFromSystemHeader) addCXXFieldTemplate() argument
218 addCXXClass(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,APIRecord::RecordKind Kind,AccessControl Access,bool IsFromSystemHeader) addCXXClass() argument
233 addClassTemplate(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,AccessControl Access,bool IsFromSystemHeader) addClassTemplate() argument
248 addClassTemplateSpecialization(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,AccessControl Access,bool IsFromSystemHeader) addClassTemplateSpecialization() argument
264 addClassTemplatePartialSpecialization(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,AccessControl Access,bool IsFromSystemHeader) addClassTemplatePartialSpecialization() argument
280 addGlobalVariableTemplateSpecialization(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addGlobalVariableTemplateSpecialization() argument
292 addGlobalVariableTemplatePartialSpecialization(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,bool IsFromSystemHeader) addGlobalVariableTemplatePartialSpecialization() argument
305 addConcept(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,bool IsFromSystemHeader) addConcept() argument
316 addCXXInstanceMethod(APIRecord * CXXClassRecord,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,AccessControl Access,bool IsFromSystemHeader) addCXXInstanceMethod() argument
333 addCXXStaticMethod(APIRecord * CXXClassRecord,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,AccessControl Access,bool IsFromSystemHeader) addCXXStaticMethod() argument
350 addCXXMethodTemplate(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,AccessControl Access,Template Template,bool IsFromSystemHeader) addCXXMethodTemplate() argument
366 addCXXMethodTemplateSpec(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,AccessControl Access,bool IsFromSystemHeader) addCXXMethodTemplateSpec() argument
383 addObjCCategory(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference Interface,bool IsFromSystemHeader,bool IsFromExternalModule) addObjCCategory() argument
405 addObjCInterface(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference SuperClass,bool IsFromSystemHeader) addObjCInterface() argument
417 addObjCMethod(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,bool IsInstanceMethod,bool IsFromSystemHeader) addObjCMethod() argument
439 addObjCProperty(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,ObjCPropertyRecord::AttributeKind Attributes,StringRef GetterName,StringRef SetterName,bool IsOptional,bool IsInstanceProperty,bool IsFromSystemHeader) addObjCProperty() argument
463 addObjCInstanceVariable(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,ObjCInstanceVariableRecord::AccessControl Access,bool IsFromSystemHeader) addObjCInstanceVariable() argument
478 addObjCProtocol(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addObjCProtocol() argument
488 addMacroDefinition(StringRef Name,StringRef USR,PresumedLoc Loc,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addMacroDefinition() argument
498 addTypedef(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference UnderlyingType,bool IsFromSystemHeader) addTypedef() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h265 DeclarationFragments Declaration = VisitVarDecl() local
381 DeclarationFragments Declaration = VisitEnumDecl() local
496 DeclarationFragments Declaration = VisitNamespaceDecl() local
529 DeclarationFragments Declaration = VisitRecordDecl() local
569 DeclarationFragments Declaration = VisitCXXRecordDecl() local
688 DeclarationFragments Declaration = VisitCXXConstructorDecl() local
720 DeclarationFragments Declaration = VisitCXXDestructorDecl() local
751 DeclarationFragments Declaration = VisitConceptDecl() local
776 DeclarationFragments Declaration = VisitClassTemplateSpecializationDecl() local
810 DeclarationFragments Declaration = DeclarationFragmentsBuilder:: VisitClassTemplatePartialSpecializationDecl() local
846 DeclarationFragments Declaration; VisitVarTemplateDecl() local
892 DeclarationFragments Declaration = VisitVarTemplateSpecializationDecl() local
922 DeclarationFragments Declaration = DeclarationFragmentsBuilder:: VisitVarTemplatePartialSpecializationDecl() local
984 DeclarationFragments Declaration = VisitObjCInterfaceDecl() local
1032 DeclarationFragments Declaration = VisitObjCProtocolDecl() local
1119 DeclarationFragments Declaration = VisitObjCCategoryDecl() local
1171 DeclarationFragments Declaration = recordEnumConstants() local
1201 DeclarationFragments Declaration = recordRecordFields() local
1230 DeclarationFragments Declaration = VisitFieldDecl() local
1259 DeclarationFragments Declaration = VisitCXXConversionDecl() local
1305 DeclarationFragments Declaration = recordObjCMethods() local
1335 DeclarationFragments Declaration = recordObjCProperties() local
1380 DeclarationFragments Declaration = recordObjCInstanceVariables() local
[all...]
H A DDeclarationFragments.h97 const Decl *Declaration; member
H A DAPI.h235 DeclarationFragments Declaration; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp117 llvm::Value *Declaration; in run() local
141 llvm::Value *Declaration = in run() local
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectVariable.h27 class Declaration; variable
H A DDeclaration.h47 Declaration(const Declaration *decl_ptr) in Declaration() function
H A DValueObjectDynamicValue.h29 class Declaration; variable
H A DValueObjectSyntheticFilter.h27 class Declaration; variable
H A DValueObject.h44 class Declaration; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h95 Declaration, enumerator
356 Declaration(NodeKind K) : Tree(K) {} in Declaration() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h778 const NamedDecl *Declaration = nullptr; global() variable
888 Declaration(Declaration) Declaration() argument
921 : Declaration(D), Pattern(Pattern), Priority(Priority), Kind(RK_Pattern), Declaration() function
H A DDeclSpec.h1794 Declaration, global() enumerator
/freebsd-src/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py621 def Declaration(self): member in EntryBytes
750 def Declaration(self): member in EntryInt
871 def Declaration(self): member in EntryString
1051 def Declaration(self): member in EntryStruct
1179 def Declaration(self): member in EntryVarBytes
1453 def Declaration(self): member in EntryArray
/freebsd-src/contrib/libevent/
H A Devent_rpcgen.py621 def Declaration(self): member in EntryBytes
750 def Declaration(self): member in EntryInt
871 def Declaration(self): member in EntryString
1051 def Declaration(self): member in EntryStruct
1179 def Declaration(self): member in EntryVarBytes
1453 def Declaration(self): member in EntryArray
/freebsd-src/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h103 Declaration = 1 << 0, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp590 formatTextOfDeclaration(const DeclInfo * DI,SmallString<128> & Declaration) formatTextOfDeclaration() argument
946 SmallString<128> Declaration; visitFullComment() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h54 class Declaration; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp447 GlobalValue *Declaration; in dropReplacedComdat() local
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1371 bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration, in classIsDerivedFrom()
1380 const CXXRecordDecl *Declaration, const Matcher<NamedDecl> &Base, in classIsDerivedFromImpl()
1419 const ObjCInterfaceDecl *Declaration, const Matcher<NamedDecl> &Base, in objcClassIsDerivedFrom()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h74 class Declaration; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp735 auto *Declaration = in TraverseClassTemplateSpecializationDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1608 for (const auto *Declaration : DS->getDeclGroup()) { VisitDeclStmt() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp579 Declaration, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1118 getImpl(LLVMContext & Context,Metadata * Scope,MDString * Name,MDString * LinkageName,Metadata * File,unsigned Line,Metadata * Type,unsigned ScopeLine,Metadata * ContainingType,unsigned VirtualIndex,int ThisAdjustment,DIFlags Flags,DISPFlags SPFlags,Metadata * Unit,Metadata * TemplateParams,Metadata * Declaration,Metadata * RetainedNodes,Metadata * ThrownTypes,Metadata * Annotations,MDString * TargetFuncName,StorageType Storage,bool ShouldCreate) getImpl() argument

12