Home
last modified time | relevance | path

Searched defs:decl (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/include/llvm-c/
H A DDeprecated.h25 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
28 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
31 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
34 # define LLVM_ATTRIBUTE_C_DEPRECATED(decl, message) \ argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp67 CopyDecl(clang::ASTContext * dst_ast,clang::Decl * decl) CopyDecl() argument
115 OverrideOne(clang::Decl * decl) OverrideOne() argument
127 ChainPassesThrough(clang::Decl * decl,clang::DeclContext * base,clang::DeclContext * (clang::Decl::* contextFromDecl)(),clang::DeclContext * (clang::DeclContext::* contextFromContext)()) ChainPassesThrough() argument
140 GetEscapedChild(clang::Decl * decl,clang::DeclContext * base=nullptr) GetEscapedChild() argument
171 Override(clang::Decl * decl) Override() argument
189 OverrideAllDeclsFromContainingFunction(clang::Decl * decl) OverrideAllDeclsFromContainingFunction() argument
249 NamedDecl *decl = m_decls_to_complete.pop_back_val(); ~CompleteTagDeclsScope() local
329 DeportDecl(clang::ASTContext * dst_ctx,clang::Decl * decl) DeportDecl() argument
549 SetRecordLayout(clang::RecordDecl * decl,const LayoutInfo & layout) SetRecordLayout() argument
554 CompleteTagDecl(clang::TagDecl * decl) CompleteTagDecl() argument
574 CompleteTagDeclWithOrigin(clang::TagDecl * decl,clang::TagDecl * origin_decl) CompleteTagDeclWithOrigin() argument
711 GetDeclMetadata(const clang::Decl * decl) GetDeclMetadata() argument
723 GetDeclOrigin(const clang::Decl * decl) GetDeclOrigin() argument
729 SetDeclOrigin(const clang::Decl * decl,clang::Decl * original_decl) SetDeclOrigin() argument
736 RegisterNamespaceMap(const clang::NamespaceDecl * decl,NamespaceMapSP & namespace_map) RegisterNamespaceMap() argument
744 GetNamespaceMap(const clang::NamespaceDecl * decl) GetNamespaceMap() argument
756 BuildNamespaceMap(const clang::NamespaceDecl * decl) BuildNamespaceMap() argument
[all...]
H A DClangASTImporter.h240 clang::Decl *decl = nullptr; global() member
358 setOrigin(const clang::Decl * decl,DeclOrigin origin) setOrigin() argument
370 removeOrigin(const clang::Decl * decl) removeOrigin() argument
387 getOrigin(const clang::Decl * decl) getOrigin() argument
395 hasOrigin(const clang::Decl * decl) hasOrigin() argument
[all...]
H A DClangUtil.cpp31 clang::Decl *ClangUtil::GetDecl(const CompilerDecl &decl) { in GetDecl()
H A DClangPersistentVariables.cpp91 ConstString name, clang::NamedDecl *decl, in RegisterPersistentDecl()
H A DNameSearchContext.cpp178 void NameSearchContext::AddNamedDecl(clang::NamedDecl *decl) { in AddNamedDecl()
H A DASTStructExtractor.cpp136 Decl *decl = *decl_iterator; in HandleTopLevelDecl() local
H A DClangExpressionVariable.h87 FindVariableInList(ExpressionVariableList &list, const clang::NamedDecl *decl, in FindVariableInList()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h37 CompilerDecl(TypeSystem *type_system, void *decl) in CompilerDecl() argument
60 void SetDecl(TypeSystem *type_system, void *decl) { in SetDecl() argument
/freebsd-src/contrib/sendmail/include/sm/
H A Dcdefs.h88 # define SM_UNUSED(decl) decl argument
90 # define SM_UNUSED(decl) decl __attribute__((__unused__)) argument
93 # define SM_UNUSED(decl) decl argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp368 Declaration decl; in CreateInteger() local
405 Declaration decl; in CreateModifier() local
425 Declaration decl; in CreateTypedef() local
452 Declaration decl; in CreateArray() local
460 Declaration decl; in CreateEnum() local
497 Declaration decl; CreateFunction() local
510 Declaration decl; CreateRecord() local
566 Declaration decl; CreateForward() local
771 Declaration decl; ParseFunctions() local
886 Declaration decl; ParseObjects() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp193 static bool AddSourceInfoToDecl(const PDBSymbol &symbol, Declaration &decl) { in AddSourceInfoToDecl() argument
372 Declaration decl; in CreateLLDBTypeFromPDBType() local
863 clang::Decl *decl = m_uid_to_decl.lookup(sym_id); GetDeclForSymbol() local
923 clang::Decl *decl = GetDeclForSymbol() local
956 auto decl = m_ast.CreateFunctionDeclaration( GetDeclForSymbol() local
1154 Declaration decl; AddEnumValue() local
1276 auto decl = TypeSystemClang::AddFieldToRecordType( AddRecordMembers() local
1292 auto decl = TypeSystemClang::AddVariableToRecordType( AddRecordMembers() local
1400 auto decl = m_ast.GetAsCXXRecordDecl(base_comp_type.GetOpaqueQualType()); AddRecordBases() local
1416 if (clang::CXXMethodDecl *decl = AddRecordMethods() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h27 UniqueDWARFASTType(lldb::TypeSP & type_sp,const DWARFDIE & die,const Declaration & decl,int32_t byte_size) UniqueDWARFASTType() argument
83 Find(ConstString name,const DWARFDIE & die,const Declaration & decl,const int32_t byte_size,UniqueDWARFASTType & entry) Find() argument
H A DUniqueDWARFASTType.cpp17 Find(const DWARFDIE & die,const lldb_private::Declaration & decl,const int32_t byte_size,UniqueDWARFASTType & entry) const Find() argument
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp23 for (auto decl : decls) in FindTypes() local
/freebsd-src/contrib/sendmail/include/sm/os/
H A Dsm_os_next.h24 #define SM_UNUSED(decl) decl argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp315 clang::Decl *decl = FromCompilerDecl(*option); in GetOrCreateDeclContextForUid() local
654 if (clang::Decl *decl = TryGetDecl(block_id)) in GetOrCreateBlockDecl() local
692 if (clang::Decl *decl = TryGetDecl(var_id)) in GetOrCreateVariableDecl() local
707 if (clang::Decl *decl = TryGetDecl(var_id)) in GetOrCreateVariableDecl() local
720 if (clang::Decl *decl = TryGetDecl(id)) in GetOrCreateTypedefDecl() local
937 if (clang::Decl *decl = TryGetDecl(func_id)) in GetOrCreateInlinedFunctionDecl() local
1015 if (clang::Decl *decl = TryGetDecl(func_id)) in GetOrCreateFunctionDecl() local
1330 static CVSymbolArray skipFunctionParameters(clang::Decl &decl, in skipFunctionParameters()
1389 clang::Decl *decl = clang::Decl::castFromDeclContext(&context); in ParseDeclsForSimpleContext() local
1430 CompilerDecl PdbAstBuilder::ToCompilerDecl(clang::Decl &decl) { in ToCompilerDecl()
[all …]
H A DSymbolFileNativePDB.cpp460 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock() local
555 Declaration decl; in CreateModifierType() local
577 Declaration decl; in CreatePointerType() local
587 Declaration decl; in CreateSimpleType() local
608 Declaration decl; in CreateSimpleType() local
619 Declaration decl; CreateSimpleType() local
651 Declaration decl; CreateClassStructUnion() local
674 Declaration decl; CreateTagType() local
688 Declaration decl; CreateArrayType() local
700 Declaration decl; CreateFunctionType() local
709 Declaration decl; CreateProcedureType() local
898 Declaration decl; CreateGlobalVariable() local
943 Declaration decl; CreateConstantSymbol() local
1845 Declaration decl; CreateLocalVariable() local
1901 Declaration decl; CreateTypedef() local
2054 if (auto decl = ts->GetNativePDBParser()->GetOrCreateDeclForUid(uid)) GetDeclForUID() local
[all...]
H A DUdtRecordCompleter.cpp125 auto decl = visitKnownMember() local
163 auto decl = TypeSystemClang::AddVariableToRecordType( visitKnownMember() local
297 Declaration decl; visitKnownMember() local
[all...]
/freebsd-src/bin/sh/
H A Dmknodes.c62 char *decl; /* declaration of field */ member
154 char decl[2 * BUFLEN]; in parsefield() local
/freebsd-src/crypto/openssl/test/
H A Dafalgtest.c35 int encl, encf, decl, decf; in test_afalg_aes_cbc() local
/freebsd-src/usr.bin/rpcgen/
H A Drpc_cout.c630 emit_inline(int indent, declaration *decl, int flag) in emit_inline()
658 emit_single_in_line(int indent, declaration *decl, int flag, relation rel) in emit_single_in_line()
/freebsd-src/usr.bin/indent/
H A Dindent_codes.h56 #define decl 19 macro
/freebsd-src/contrib/byacc/test/
H A Dbtyacc_demo.y41 Decl *decl; member
/freebsd-src/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.h28 Decl *decl; member

123