Searched defs:decl (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtil.cpp31 clang::Decl *ClangUtil::GetDecl(const CompilerDecl &decl) { argument
H A DASTStructExtractor.cpp136 Decl *decl = *decl_iterator; local
H A DClangPersistentVariables.cpp90 RegisterPersistentDecl( ConstString name, clang::NamedDecl *decl, std::shared_ptr<TypeSystemClang> ctx) argument
H A DClangExpressionVariable.h87 FindVariableInList(ExpressionVariableList &list, const clang::NamedDecl *decl, argument
H A DNameSearchContext.cpp178 void NameSearchContext::AddNamedDecl(clang::NamedDecl *decl) { argument
H A DASTResultSynthesizer.cpp105 Decl *decl = *decl_iterator; local
H A DClangASTImporter.h240 clang::Decl *decl = nullptr; member in struct:lldb_private::ClangASTImporter::DeclOrigin
358 setOrigin(const clang::Decl *decl, DeclOrigin origin) argument
370 removeOrigin(const clang::Decl *decl) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerDecl.h37 CompilerDecl(TypeSystem *type_system, void *decl) argument
60 void SetDecl(TypeSystem *type_system, void *decl) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp16 Find(const DWARFDIE &die, const lldb_private::Declaration &decl, const int32_t byte_size, UniqueDWARFASTType &entry) const argument
H A DUniqueDWARFASTType.h83 bool Find(ConstString name, const DWARFDIE &die, const Declaration &decl, argument
26 UniqueDWARFASTType(lldb::TypeSP &type_sp, const DWARFDIE &die, const Declaration &decl, int32_t byte_size) argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerSortingChecker.cpp69 auto matchSortWithPointers() -> decltype(decl()) { function in namespace:__anon2246
H A DPointerIterationChecker.cpp66 auto matchUnorderedIterWithPointers() -> decltype(decl()) { function in namespace:__anon2245
/freebsd-current/crypto/openssl/test/
H A Dafalgtest.c35 int encl, encf, decl, decf; local
/freebsd-current/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.h28 Decl *decl; member in union:__anon12
/freebsd-current/usr.bin/indent/
H A Dindent_codes.h56 #define decl 19 macro
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h199 Decl *decl = asImpl().template readDeclAs<Decl>(); local
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp342 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { argument
H A DValueObjectDynamicValue.cpp380 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { argument
H A DValueObjectSyntheticFilter.cpp412 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { argument
/freebsd-current/usr.bin/rpcgen/
H A Drpc_cout.c630 emit_inline(int indent, declaration *decl, int flag) argument
658 emit_single_in_line(int indent, declaration *decl, int flag, relation rel) argument
[all...]
H A Drpc_hout.c201 declaration *decl; local
[all...]
H A Drpc_parse.h114 declaration decl; member in struct:decl_list
/freebsd-current/bin/sh/
H A Dmknodes.c62 char *decl; /* declaration of field */ member in struct:field
154 char decl[2 * BUFLEN]; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h72 void setLabel(void *decl) { argument
77 void setVar(void *decl, bool isGlobalLV, unsigned size, unsigned type) { argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp439 SVal StoreManager::getLValueIvar(const ObjCIvarDecl *decl, SVal base) { argument

Completed in 215 milliseconds

123