Home
last modified time | relevance | path

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

123

/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp70 clang::Decl *decl) { in CopyDecl()
117 void OverrideOne(clang::Decl *decl) { in OverrideOne()
129 clang::Decl *decl, clang::DeclContext *base, in ChainPassesThrough()
142 clang::Decl *GetEscapedChild(clang::Decl *decl, in GetEscapedChild()
173 void Override(clang::Decl *decl) { in Override()
191 void OverrideAllDeclsFromContainingFunction(clang::Decl *decl) { in OverrideAllDeclsFromContainingFunction()
251 NamedDecl *decl = m_decls_to_complete.pop_back_val(); in ~CompleteTagDeclsScope() local
331 clang::Decl *decl) { in DeportDecl()
790 void ClangASTImporter::SetRecordLayout(clang::RecordDecl *decl, in SetRecordLayout()
795 bool ClangASTImporter::CompleteTagDecl(clang::TagDecl *decl) { in CompleteTagDecl()
[all …]
H A DClangASTImporter.h262 clang::Decl *decl = nullptr; member
380 void setOrigin(const clang::Decl *decl, DeclOrigin origin) { in setOrigin()
392 void removeOrigin(const clang::Decl *decl) { m_origins.erase(decl); } in removeOrigin()
409 DeclOrigin getOrigin(const clang::Decl *decl) const { in getOrigin()
417 bool hasOrigin(const clang::Decl *decl) const { in hasOrigin()
488 D *decl; variable
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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h37 CompilerDecl(TypeSystem *type_system, void *decl) in CompilerDecl()
60 void SetDecl(TypeSystem *type_system, void *decl) { in SetDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp25 const lldb_private::Declaration &decl, in IsSizeAndDeclarationMatching()
51 const DWARFDIE &die, const lldb_private::Declaration &decl, in Find()
H A DDWARFDebugAbbrev.cpp
H A DUniqueDWARFASTType.h89 const Declaration &decl, const int32_t byte_size, in Find()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp369 Declaration decl; in CreateInteger() local
406 Declaration decl; in CreateModifier() local
426 Declaration decl; in CreateTypedef() local
450 Declaration decl; in CreateArray() local
458 Declaration decl; in CreateEnum() local
495 Declaration decl; in CreateFunction() local
508 Declaration decl; in CreateRecord() local
565 Declaration decl; in CreateForward() local
770 Declaration decl; in ParseFunctions() local
886 Declaration decl; in ParseObjects() local
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp193 static bool AddSourceInfoToDecl(const PDBSymbol &symbol, Declaration &decl) { in AddSourceInfoToDecl()
372 Declaration decl; in CreateLLDBTypeFromPDBType() local
862 clang::Decl *decl = m_uid_to_decl.lookup(sym_id); in GetDeclForSymbol() local
922 clang::Decl *decl = in GetDeclForSymbol() local
955 auto decl = m_ast.CreateFunctionDeclaration( in GetDeclForSymbol() local
1153 Declaration decl; in AddEnumValue() local
1275 auto decl = TypeSystemClang::AddFieldToRecordType( in AddRecordMembers() local
1291 auto decl = TypeSystemClang::AddVariableToRecordType( in AddRecordMembers() local
1399 auto decl = m_ast.GetAsCXXRecordDecl(base_comp_type.GetOpaqueQualType()); in AddRecordBases() local
1415 if (clang::CXXMethodDecl *decl = in AddRecordMethods() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp23 for (auto decl : decls) in FindTypes() local
/freebsd/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.cpp456 Declaration &decl = inline_site->inline_function_info->GetDeclaration(); in CreateBlock() local
551 Declaration decl; in CreateModifierType() local
573 Declaration decl; in CreatePointerType() local
583 Declaration decl; in CreateSimpleType() local
604 Declaration decl; in CreateSimpleType() local
615 Declaration decl; in CreateSimpleType() local
647 Declaration decl; in CreateClassStructUnion() local
670 Declaration decl; in CreateTagType() local
685 Declaration decl; in CreateArrayType() local
697 Declaration decl; in CreateFunctionType() local
[all …]
H A DUdtRecordCompleter.cpp128 auto decl = in visitKnownMember() local
166 auto decl = TypeSystemClang::AddVariableToRecordType( in visitKnownMember() local
300 Declaration decl; in visitKnownMember() local
/freebsd/contrib/sendmail/include/sm/os/
H A Dsm_os_next.h24 #define SM_UNUSED(decl) decl argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp97 Declaration decl; in GetRegisterType() local
/freebsd/bin/sh/
H A Dmknodes.c62 char *decl; /* declaration of field */ member
154 char decl[2 * BUFLEN]; in parsefield() local
/freebsd/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/crypto/openssl/test/
H A Dafalgtest.c35 int encl, encf, decl, decf; in test_afalg_aes_cbc() local
/freebsd/usr.bin/indent/
H A Dindent_codes.h56 #define decl 19 macro
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y41 Decl *decl; member
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.h28 Decl *decl; member

123