Home
last modified time | relevance | path

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

1234

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.h22 struct Declaration struct
28 // Returns a `Declaration` view of the given node. argument
/external/llvm-project/clang-tools-extra/clang-move/
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
/external/llvm-project/lldb/include/lldb/Symbol/
DDeclaration.h27 Declaration() in Declaration() function
59 Declaration(const Declaration *decl_ptr) in Declaration() function
/external/llvm-project/clang/docs/
DItaniumMangleAbiTags.rst14 Declaration chapter
/external/clang/docs/
DItaniumMangleAbiTags.rst14 Declaration chapter
/external/llvm-project/lldb/include/lldb/Core/
DValueObjectVariable.h26 class Declaration; variable
DValueObjectDynamicValue.h28 class Declaration; variable
DValueObjectSyntheticFilter.h26 class Declaration; variable
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/declarations/
DDeclaration.java24 public interface Declaration { interface
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorBase.cs83 public DescriptorDeclaration Declaration => File.GetDeclaration(this); field in Google.Protobuf.Reflection.DescriptorBase
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DUsingInserter.cpp70 std::string Declaration = in createUsingDeclaration() local
DNamespaceAliaser.cpp68 std::string Declaration = in createAlias() local
/external/swiftshader/third_party/subzero/src/
DIceGlobalInits.h295 const GlobalDeclaration *Declaration, in create()
303 const GlobalDeclaration *Declaration, in create()
349 const GlobalDeclaration *Declaration; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DExtractGV.cpp134 llvm::Value *Declaration; in runOnModule() local
/external/llvm/lib/Transforms/IPO/
DExtractGV.cpp137 llvm::Value *Declaration; in runOnModule() local
/external/llvm-project/clang-tools-extra/clangd/index/
DRef.h38 Declaration = 1 << 0, enumerator
/external/llvm-project/llvm/lib/Transforms/IPO/
DExtractGV.cpp137 llvm::Value *Declaration; in runOnModule() local
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h100 Declaration, enumerator
361 Declaration(NodeKind K) : Tree(K) {} in Declaration() function
/external/clang/unittests/AST/
DPostOrderASTVisitor.cpp62 bool VisitCXXRecordDecl(CXXRecordDecl *Declaration) { in VisitCXXRecordDecl()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSignedCharMisuseCheck.cpp95 const auto Declaration = varDecl(isDefinition(), hasType(IntegerType), in registerMatchers() local
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h765 const NamedDecl *Declaration = nullptr; variable
869 : Declaration(Declaration), Priority(Priority), Kind(RK_Declaration), in Declaration() function
901 : Declaration(D), Pattern(Pattern), Priority(Priority), Kind(RK_Pattern), in Declaration() function
/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
DMarshalling.cpp159 auto Declaration = fromProtobuf(Message.canonical_declaration()); in fromProtobuf() local
267 auto Declaration = toProtobuf(From.CanonicalDeclaration); in toProtobuf() local
/external/libevent/
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
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DConvertMemberFunctionsToStatic.cpp143 const CXXMethodDecl *Declaration = Definition->getCanonicalDecl(); in check() local
/external/clang/include/clang/Index/
DIndexSymbol.h75 Declaration = 1 << 0, enumerator

1234