Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DMultilib.h113 struct Declaration { struct
118 Declaration() = default; argument
121 Declaration &operator=(const Declaration &); argument
122 Declaration &operator=(Declaration &&); argument
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h313 DeclarationFragments Declaration = in VisitVarDecl() local
423 DeclarationFragments Declaration = in VisitEnumDecl() local
554 DeclarationFragments Declaration = in VisitNamespaceDecl() local
600 DeclarationFragments Declaration = in VisitRecordDecl() local
653 DeclarationFragments Declaration = in VisitCXXRecordDecl() local
769 DeclarationFragments Declaration = in VisitCXXConstructorDecl() local
803 DeclarationFragments Declaration = in VisitCXXDestructorDecl() local
832 DeclarationFragments Declaration = in VisitConceptDecl() local
859 DeclarationFragments Declaration = in VisitClassTemplateSpecializationDecl() local
893 DeclarationFragments Declaration = DeclarationFragmentsBuilder:: in VisitClassTemplatePartialSpecializationDecl() local
[all …]
H A DDeclarationFragments.h97 const Decl *Declaration; member
H A DAPI.h247 DeclarationFragments Declaration; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp116 llvm::Value *Declaration; in run() local
140 llvm::Value *Declaration = in run() local
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObjectVariable.h27 class Declaration; variable
H A DValueObjectDynamicValue.h29 class Declaration; variable
H A DValueObjectSynthetic.h27 class Declaration; variable
H A DValueObject.h44 class Declaration; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDeclaration.h47 Declaration(const Declaration *decl_ptr) in Declaration() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h95 Declaration, enumerator
356 Declaration(NodeKind K) : Tree(K) {} in Declaration() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h779 const NamedDecl *Declaration = nullptr; variable
889 : Declaration(Declaration), Priority(Priority), Kind(RK_Declaration), in Declaration() function
922 : Declaration(D), Pattern(Pattern), Priority(Priority), Kind(RK_Pattern), in Declaration() function
/freebsd/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/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/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp524 Declaration::Declaration(const Declaration &Other) in Declaration() function in clang::driver::custom_flag::Declaration
531 Declaration::Declaration(Declaration &&Other) in Declaration() function in clang::driver::custom_flag::Declaration
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp55 GlobalDecl Declaration) { in getPointerAuthDeclDiscriminator()
61 CodeGenModule::getPointerAuthDeclDiscriminator(GlobalDecl Declaration) { in getPointerAuthDeclDiscriminator()
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h103 Declaration = 1 << 0, enumerator
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp591 const DeclInfo *DI, SmallString<128> &Declaration) { in formatTextOfDeclaration()
958 SmallString<128> Declaration; in visitFullComment() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h57 class Declaration; variable
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp447 GlobalValue *Declaration; in dropReplacedComdat() local
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1394 bool MatchASTVisitor::classIsDerivedFrom(const CXXRecordDecl *Declaration, in classIsDerivedFrom()
1403 const CXXRecordDecl *Declaration, const Matcher<NamedDecl> &Base, in classIsDerivedFromImpl()
1442 const ObjCInterfaceDecl *Declaration, const Matcher<NamedDecl> &Base, in objcClassIsDerivedFrom()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp752 Declaration, in generateGetDirectiveAssociation() enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h76 class Declaration; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp729 auto *Declaration = in TraverseClassTemplateSpecializationDecl() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1607 for (const auto *Declaration : DS->getDeclGroup()) { in VisitDeclStmt() local

12