Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.h39 struct Declaration { struct
40 Declaration(llvm::StringRef QName, llvm::StringRef Kind, bool Templated) in Declaration() argument
52 const std::vector<Declaration> getDeclarationList() const { in getDeclarationList() argument
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DAPI.cpp65 DeclarationFragments Declaration, DeclarationFragments SubHeading) { in addEnumConstant()
74 DeclarationFragments Declaration, in addEnum()
94 DeclarationFragments Declaration, in addStruct()
103 DeclarationFragments Declaration, DeclarationFragments SubHeading, in addObjCCategory()
121 const DocComment &Comment, DeclarationFragments Declaration, in addObjCInterface()
131 const DocComment &Comment, DeclarationFragments Declaration, in addObjCMethod()
143 const DocComment &Comment, DeclarationFragments Declaration, in addObjCProperty()
156 const DocComment &Comment, DeclarationFragments Declaration, in addObjCInstanceVariable()
167 DeclarationFragments Declaration, DeclarationFragments SubHeading) { in addObjCProtocol()
174 DeclarationFragments Declaration, in addMacroDefinition()
[all …]
H A DExtractAPIConsumer.cpp275 DeclarationFragments Declaration = in VisitVarDecl() local
336 DeclarationFragments Declaration = in VisitFunctionDecl() local
376 DeclarationFragments Declaration = in VisitEnumDecl() local
417 DeclarationFragments Declaration = in VisitRecordDecl() local
452 DeclarationFragments Declaration = in VisitObjCInterfaceDecl() local
498 DeclarationFragments Declaration = in VisitObjCProtocolDecl() local
558 DeclarationFragments Declaration = in VisitObjCCategoryDecl() local
628 DeclarationFragments Declaration = in recordEnumConstants() local
655 DeclarationFragments Declaration = in recordStructFields() local
685 DeclarationFragments Declaration = in recordObjCMethods() local
[all …]
/llvm-project-15.0.7/clang/docs/
H A DItaniumMangleAbiTags.rst14 Declaration chapter
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObjectVariable.h26 class Declaration; variable
H A DDeclaration.h47 Declaration(const Declaration *decl_ptr) in Declaration() function
H A DValueObjectDynamicValue.h28 class Declaration; variable
H A DValueObjectSyntheticFilter.h26 class Declaration; variable
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DUsingInserter.cpp70 std::string Declaration = in createUsingDeclaration() local
H A DNamespaceAliaser.cpp68 std::string Declaration = in createAlias() local
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp131 llvm::Value *Declaration; in runOnModule() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.h83 Declaration = 1 << 0, enumerator
H A DSemanticHighlighting.h63 Declaration, enumerator
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DRef.h36 Declaration = 1 << 0, enumerator
/llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/
H A DNodes.h95 Declaration, enumerator
356 Declaration(NodeKind K) : Tree(K) {} in Declaration() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp88 const auto Declaration = varDecl(isDefinition(), hasType(IntegerType), in registerMatchers() local
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp160 auto Declaration = fromProtobuf(Message.canonical_declaration()); in fromProtobuf() local
269 auto Declaration = toProtobuf(From.CanonicalDeclaration); in toProtobuf() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h771 const NamedDecl *Declaration = nullptr; variable
875 : Declaration(Declaration), Priority(Priority), Kind(RK_Declaration), in Declaration() function
907 : Declaration(D), Pattern(Pattern), Priority(Priority), Kind(RK_Pattern), in Declaration() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DConvertMemberFunctionsToStatic.cpp142 const CXXMethodDecl *Declaration = Definition->getCanonicalDecl(); in check() local
H A DMakeMemberFunctionConstCheck.cpp258 const auto *Declaration = Definition->getCanonicalDecl(); in check() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/
H A DIdDependentBackwardBranchCheck.cpp83 if (const auto *Declaration = dyn_cast<DeclRefExpr>(Expression)) { in hasIdDepVar() local
/llvm-project-15.0.7/clang/include/clang/Index/
H A DIndexSymbol.h103 Declaration = 1 << 0, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h53 class Declaration; variable
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp590 const DeclInfo *DI, SmallString<128> &Declaration) { in formatTextOfDeclaration()
946 SmallString<128> Declaration; in visitFullComment() local
/llvm-project-15.0.7/llvm/lib/Linker/
H A DLinkModules.cpp443 GlobalValue *Declaration; in dropReplacedComdat() local

12