/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Deprecated.h | 25 # 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 D | ClangASTImporter.cpp | 70 clang::Decl *decl) { in CopyDecl() 118 void OverrideOne(clang::Decl *decl) { in OverrideOne() 130 clang::Decl *decl, clang::DeclContext *base, in ChainPassesThrough() 143 clang::Decl *GetEscapedChild(clang::Decl *decl, in GetEscapedChild() 174 void Override(clang::Decl *decl) { in Override() 192 void OverrideAllDeclsFromContainingFunction(clang::Decl *decl) { in OverrideAllDeclsFromContainingFunction() 252 NamedDecl *decl = m_decls_to_complete.pop_back_val(); in ~CompleteTagDeclsScope() local 332 clang::Decl *decl) { in DeportDecl() 791 void ClangASTImporter::SetRecordLayout(clang::RecordDecl *decl, in SetRecordLayout() 796 bool ClangASTImporter::CompleteTagDecl(clang::TagDecl *decl) { in CompleteTagDecl() [all …]
|
H A D | ClangASTImporter.h | 262 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 D | ClangUtil.cpp | 31 clang::Decl *ClangUtil::GetDecl(const CompilerDecl &decl) { in GetDecl()
|
H A D | ClangPersistentVariables.cpp | 91 ConstString name, clang::NamedDecl *decl, in RegisterPersistentDecl()
|
H A D | NameSearchContext.cpp | 178 void NameSearchContext::AddNamedDecl(clang::NamedDecl *decl) { in AddNamedDecl() argument
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | CompilerDecl.h | 37 CompilerDecl(TypeSystem *type_system, void *decl) in CompilerDecl() 60 void SetDecl(TypeSystem *type_system, void *decl) { in SetDecl()
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | cdefs.h | 88 # 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/CTF/ |
H A D | SymbolFileCTF.cpp | 368 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; in CreateFunction() local 510 Declaration decl; in CreateRecord() local 566 Declaration decl; in CreateForward() local 771 Declaration decl; in ParseFunctions() local 888 Declaration decl; in ParseObjects() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 193 static bool AddSourceInfoToDecl(const PDBSymbol &symbol, Declaration &decl) { in AddSourceInfoToDecl() 372 Declaration decl; in CreateLLDBTypeFromPDBType() local 863 clang::Decl *decl = m_uid_to_decl.lookup(sym_id); in GetDeclForSymbol() local 923 clang::Decl *decl = in GetDeclForSymbol() local 956 auto decl = m_ast.CreateFunctionDeclaration( in GetDeclForSymbol() local 1154 Declaration decl; in AddEnumValue() local 1276 auto decl = TypeSystemClang::AddFieldToRecordType( in AddRecordMembers() local 1292 auto decl = TypeSystemClang::AddVariableToRecordType( in AddRecordMembers() local 1400 auto decl = m_ast.GetAsCXXRecordDecl(base_comp_type.GetOpaqueQualType()); in AddRecordBases() local 1416 if (clang::CXXMethodDecl *decl = in AddRecordMethods() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | DeclVendor.cpp | 23 for (auto decl : decls) in FindTypes() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 315 clang::Decl *decl = FromCompilerDecl(*option); in GetOrCreateDeclContextForUid() local 653 if (clang::Decl *decl = TryGetDecl(block_id)) GetOrCreateBlockDecl() local 691 if (clang::Decl *decl = TryGetDecl(var_id)) GetOrCreateVariableDecl() local 706 if (clang::Decl *decl = TryGetDecl(var_id)) GetOrCreateVariableDecl() local 719 if (clang::Decl *decl = TryGetDecl(id)) GetOrCreateTypedefDecl() local 936 if (clang::Decl *decl = TryGetDecl(func_id)) GetOrCreateInlinedFunctionDecl() local 1014 if (clang::Decl *decl = TryGetDecl(func_id)) GetOrCreateFunctionDecl() local 1329 skipFunctionParameters(clang::Decl & decl,const CVSymbolArray & symbols) skipFunctionParameters() argument 1388 clang::Decl *decl = clang::Decl::castFromDeclContext(&context); ParseDeclsForSimpleContext() local 1429 ToCompilerDecl(clang::Decl & decl) ToCompilerDecl() argument 1442 FromCompilerDecl(CompilerDecl decl) FromCompilerDecl() argument [all...] |
H A D | SymbolFileNativePDB.cpp | 460 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; in CreateSimpleType() local 651 Declaration decl; in CreateClassStructUnion() local 674 Declaration decl; in CreateTagType() local 688 Declaration decl; in CreateArrayType() local 700 Declaration decl; in CreateFunctionType() local [all …]
|
H A D | UdtRecordCompleter.cpp | 128 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 D | sm_os_next.h | 24 #define SM_UNUSED(decl) decl argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | UniqueDWARFASTType.cpp | 22 const DWARFDIE &die, const lldb_private::Declaration &decl, in Find()
|
H A D | DWARFDebugAbbrev.cpp |
|
H A D | UniqueDWARFASTType.h | 89 const Declaration &decl, const int32_t byte_size, in Find()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/ |
H A D | RegisterTypeBuilderClang.cpp | 97 Declaration decl; in GetRegisterType() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | ASTUtils.cpp | 63 if (auto *decl = memberCall->getMethodDecl()) { in tryToFindPtrOrigin() local
|
/freebsd/bin/sh/ |
H A D | mknodes.c | 62 char *decl; /* declaration of field */ member 154 char decl[2 * BUFLEN]; in parsefield() local
|
/freebsd/crypto/openssl/test/ |
H A D | afalgtest.c | 35 int encl, encf, decl, decf; in test_afalg_aes_cbc() local
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_cout.c | 630 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/usr.bin/indent/ |
H A D | indent_codes.h | 56 #define decl 19 macro
|
/freebsd/contrib/byacc/test/ |
H A D | btyacc_demo.y | 41 Decl *decl; member
|