Home
last modified time | relevance | path

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

123

/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
/src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp70 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 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()
/src/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()
/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; 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
/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
/src/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
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
/src/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp23 for (auto decl : decls) in FindTypes() local
/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; 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 DUdtRecordCompleter.cpp128 auto decl = in visitKnownMember() local
166 auto decl = TypeSystemClang::AddVariableToRecordType( in visitKnownMember() local
300 Declaration decl; in visitKnownMember() local
/src/contrib/sendmail/include/sm/os/
H A Dsm_os_next.h24 #define SM_UNUSED(decl) decl argument
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp22 const DWARFDIE &die, const lldb_private::Declaration &decl, in Find()
H A DUniqueDWARFASTType.h89 const Declaration &decl, const int32_t byte_size, in Find()
/src/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp97 Declaration decl; in GetRegisterType() local
/src/bin/sh/
H A Dmknodes.c62 char *decl; /* declaration of field */ member
154 char decl[2 * BUFLEN]; in parsefield() local
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp63 if (auto *decl = memberCall->getMethodDecl()) { in tryToFindPtrOrigin() local
/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()
/src/crypto/openssl/test/
H A Dafalgtest.c35 int encl, encf, decl, decf; in test_afalg_aes_cbc() local
/src/usr.bin/indent/
H A Dindent_codes.h56 #define decl 19 macro
/src/contrib/byacc/test/
H A Dbtyacc_demo.y41 Decl *decl; member
/src/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.h28 Decl *decl; member

123