Home
last modified time | relevance | path

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

123

/llvm-project/clang-tools-extra/clang-move/
H A DMove.h39 struct Declaration { struct
40 Declaration(llvm::StringRef QName, llvm::StringRef Kind, bool Templated) in Declaration() function
52 const std::vector<Declaration> getDeclarationList() const { in getDeclarationList() argument
/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h295 DeclarationFragments Declaration = VisitVarDecl() local
405 DeclarationFragments Declaration = VisitEnumDecl() local
536 DeclarationFragments Declaration = VisitNamespaceDecl() local
569 DeclarationFragments Declaration = VisitRecordDecl() local
608 DeclarationFragments Declaration = VisitCXXRecordDecl() local
724 DeclarationFragments Declaration = VisitCXXConstructorDecl() local
758 DeclarationFragments Declaration = VisitCXXDestructorDecl() local
787 DeclarationFragments Declaration = VisitConceptDecl() local
814 DeclarationFragments Declaration = VisitClassTemplateSpecializationDecl() local
848 DeclarationFragments Declaration = DeclarationFragmentsBuilder:: VisitClassTemplatePartialSpecializationDecl() local
884 DeclarationFragments Declaration; VisitVarTemplateDecl() local
928 DeclarationFragments Declaration = VisitVarTemplateSpecializationDecl() local
960 DeclarationFragments Declaration = DeclarationFragmentsBuilder:: VisitVarTemplatePartialSpecializationDecl() local
1026 DeclarationFragments Declaration = VisitObjCInterfaceDecl() local
1074 DeclarationFragments Declaration = VisitObjCProtocolDecl() local
1173 DeclarationFragments Declaration = VisitObjCCategoryDecl() local
1217 DeclarationFragments Declaration = recordEnumConstants() local
1250 DeclarationFragments Declaration = VisitFieldDecl() local
1302 DeclarationFragments Declaration = VisitCXXConversionDecl() local
1347 DeclarationFragments Declaration = recordObjCMethods() local
1384 DeclarationFragments Declaration = recordObjCProperties() local
1437 DeclarationFragments Declaration = recordObjCInstanceVariables() local
[all...]
H A DDeclarationFragments.h97 const Decl *Declaration; member
/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp117 llvm::Value *Declaration; run() local
141 llvm::Value *Declaration = run() local
/llvm-project/clang/docs/
H A DItaniumMangleAbiTags.rst14 Declaration chapter
/llvm-project/lldb/include/lldb/Core/
H A DValueObjectVariable.h
H A DDeclaration.h47 Declaration(const Declaration *decl_pt function
[all...]
H A DValueObjectDynamicValue.h
H A DValueObjectSyntheticFilter.h
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DConfusableIdentifierCheck.h43 const NamedDecl *Declaration; member
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DUsingInserter.cpp69 std::string Declaration = in createUsingDeclaration() local
H A DNamespaceAliaser.cpp67 std::string Declaration = in createAlias() local
/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp47 getPointerAuthDeclDiscriminator(CodeGenModule & CGM,GlobalDecl Declaration) getPointerAuthDeclDiscriminator() argument
53 getPointerAuthDeclDiscriminator(GlobalDecl Declaration) getPointerAuthDeclDiscriminator() argument
/llvm-project/clang-tools-extra/clangd/
H A DXRefs.h85 Declaration = 1 << 0, enumerator
H A DSemanticHighlighting.h69 Declaration, enumerator
/llvm-project/clang-tools-extra/clangd/index/
H A DRef.h36 Declaration = 1 << 0, enumerator
/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h95 Declaration, enumerator
356 Declaration(NodeKind K) : Tree(K) {} in Declaration() function
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSignedCharMisuseCheck.cpp86 const auto Declaration = varDecl(isDefinition(), hasType(IntegerType), in registerMatchers() local
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp160 auto Declaration = fromProtobuf(Message.canonical_declaration()); fromProtobuf() local
269 auto Declaration = toProtobuf(From.CanonicalDeclaration); toProtobuf() local
/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h780 const NamedDecl *Declaration = nullptr; global() variable
890 Declaration(Declaration) Declaration() argument
923 : Declaration(D), Pattern(Pattern), Priority(Priority), Kind(RK_Pattern), Declaration() function
/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DIdDependentBackwardBranchCheck.cpp81 if (const auto *Declaration = dyn_cast<DeclRefExpr>(Expression)) { hasIdDepVar() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DConvertMemberFunctionsToStatic.cpp145 const CXXMethodDecl *Declaration = Definition->getCanonicalDecl(); in check() local
H A DMakeMemberFunctionConstCheck.cpp255 const auto *Declaration = Definition->getCanonicalDecl(); in check() local
/llvm-project/clang-tools-extra/include-cleaner/include/clang-include-cleaner/
H A DTypes.h62 Declaration, enumerator
/llvm-project/clang/unittests/Format/
H A DFormatTestVerilog.cpp389 TEST_F(FormatTestVerilog, Declaration) { in TEST_F() argument

123