| /llvm-project-15.0.7/clang-tools-extra/clang-move/ |
| H A D | Move.h | 39 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 D | API.cpp | 65 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 D | ExtractAPIConsumer.cpp | 275 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 D | ItaniumMangleAbiTags.rst | 14 Declaration chapter
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObjectVariable.h | 26 class Declaration; variable
|
| H A D | Declaration.h | 47 Declaration(const Declaration *decl_ptr) in Declaration() function
|
| H A D | ValueObjectDynamicValue.h | 28 class Declaration; variable
|
| H A D | ValueObjectSyntheticFilter.h | 26 class Declaration; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | UsingInserter.cpp | 70 std::string Declaration = in createUsingDeclaration() local
|
| H A D | NamespaceAliaser.cpp | 68 std::string Declaration = in createAlias() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | ExtractGV.cpp | 131 llvm::Value *Declaration; in runOnModule() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.h | 83 Declaration = 1 << 0, enumerator
|
| H A D | SemanticHighlighting.h | 63 Declaration, enumerator
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | Ref.h | 36 Declaration = 1 << 0, enumerator
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 95 Declaration, enumerator 356 Declaration(NodeKind K) : Tree(K) {} in Declaration() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | SignedCharMisuseCheck.cpp | 88 const auto Declaration = varDecl(isDefinition(), hasType(IntegerType), in registerMatchers() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/ |
| H A D | Marshalling.cpp | 160 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 D | CodeCompleteConsumer.h | 771 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 D | ConvertMemberFunctionsToStatic.cpp | 142 const CXXMethodDecl *Declaration = Definition->getCanonicalDecl(); in check() local
|
| H A D | MakeMemberFunctionConstCheck.cpp | 258 const auto *Declaration = Definition->getCanonicalDecl(); in check() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/ |
| H A D | IdDependentBackwardBranchCheck.cpp | 83 if (const auto *Declaration = dyn_cast<DeclRefExpr>(Expression)) { in hasIdDepVar() local
|
| /llvm-project-15.0.7/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 103 Declaration = 1 << 0, enumerator
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 53 class Declaration; variable
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 590 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 D | LinkModules.cpp | 443 GlobalValue *Declaration; in dropReplacedComdat() local
|