Home
last modified time | relevance | path

Searched defs:decl (Results 26 – 50 of 68) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h178 bool GetCompleteDecl(clang::Decl *decl) { in GetCompleteDecl()
541 CompilerDecl GetCompilerDecl(clang::Decl *decl) { in GetCompilerDecl()
H A DTypeSystemClang.cpp96 static void VerifyDecl(clang::Decl *decl) { in VerifyDecl()
151 void addOverridesForMethod(clang::CXXMethodDecl *decl) { in addOverridesForMethod()
1217 CompilerType TypeSystemClang::GetTypeForDecl(TagDecl *decl) { in GetTypeForDecl()
1227 void TypeSystemClang::SetOwningModule(clang::Decl *decl, in SetOwningModule()
1964 clang::BlockDecl *decl = in CreateBlockDeclaration() local
2255 auto *decl = ParmVarDecl::CreateDeserialized(ast, 0); in CreateParameterDeclaration() local
2442 void TypeSystemClang::DumpDeclHiearchy(clang::Decl *decl) { in DumpDeclHiearchy()
2465 clang::Decl *decl) { in GetCompleteDecl()
4591 clang::TypedefDecl *decl = in CreateTypedef() local
8874 clang::ObjCInterfaceDecl *decl) { in CompleteObjCInterfaceDecl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h199 Decl *decl = asImpl().template readDeclAs<Decl>(); in readLValuePathSerializationHelper() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp215 bool ClangExpressionDeclMap::AddPersistentVariable(const NamedDecl *decl, in AddPersistentVariable()
343 bool ClangExpressionDeclMap::AddValueToStruct(const NamedDecl *decl, in AddValueToStruct()
466 bool ClangExpressionDeclMap::GetStructElement(const NamedDecl *&decl, in GetStructElement()
502 bool ClangExpressionDeclMap::GetFunctionInfo(const NamedDecl *decl, in GetFunctionInfo()
1084 for (CompilerDecl decl : found_decls) { in LookupLocalVariable() local
H A DClangASTSource.cpp43 const clang::Decl *decl) in ScopedLexicalDeclEraser()
186 TagDecl *ClangASTSource::FindCompleteType(const TagDecl *decl) { in FindCompleteType()
715 D *decl; member in TaggedASTDecl
1713 ClangASTImporter::DeclOrigin ClangASTSource::GetDeclOrigin(const clang::Decl *decl) { in GetDeclOrigin()
H A DASTResultSynthesizer.cpp105 Decl *decl = *decl_iterator; in HandleTopLevelDecl() local
H A DIRForTarget.cpp885 clang::VarDecl *decl = reinterpret_cast<clang::VarDecl *>(ptr); in RewritePersistentAlloc() local
1528 const clang::NamedDecl *decl = nullptr; in ReplaceVariables() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp380 bool ValueObjectDynamicValue::GetDeclaration(Declaration &decl) { in GetDeclaration()
H A DValueObjectVariable.cpp342 bool ValueObjectVariable::GetDeclaration(Declaration &decl) { in GetDeclaration()
H A DValueObjectSyntheticFilter.cpp412 bool ValueObjectSynthetic::GetDeclaration(Declaration &decl) { in GetDeclaration()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h33 #define ALIGN_CHECK_ISPOSITIVE(decl) \ argument
/freebsd/usr.bin/rpcgen/
H A Drpc_hout.c201 declaration *decl; in puniondef() local
H A Drpc_parse.h114 declaration decl; member
/freebsd/sys/netipsec/
H A Dsubr_ipsec.c243 #define IPSEC_KMOD_METHOD(type, name, sc, method, decl, args) \ argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2313 for (DWARFDIE decl : it->second.children()) in EnsureAllDIEsInDeclContextHaveBeenParsed() local
2361 Declaration decl; in ParseChildEnumerators() local
3341 clang::Decl *decl = GetClangDeclForDIE(spec_die); in GetClangDeclForDIE() local
3348 clang::Decl *decl = GetClangDeclForDIE(abstract_origin_die); in GetClangDeclForDIE() local
3353 clang::Decl *decl = nullptr; in GetClangDeclForDIE() local
3557 clang::BlockDecl *decl = in ResolveBlockDIE() local
H A DDWARFASTParserClang.h440 lldb_private::Declaration decl; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp560 Declaration &decl) { in GetSymbolDeclarationFromAddress()
744 Declaration decl; in GetLocationDescription() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp439 SVal StoreManager::getLValueIvar(const ObjCIvarDecl *decl, SVal base) { in getLValueIvar()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp129 TypeQuery::TypeQuery(const CompilerDecl &decl, TypeQueryOptions options) in TypeQuery()
272 const Declaration &decl, const CompilerType &compiler_type, in Type()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h759 TypeMemberFunctionImpl(const CompilerType &type, const CompilerDecl &decl, in TypeMemberFunctionImpl()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp559 const GlobalValue *decl = dyn_cast_if_present<GlobalValue *>(Sym); in addPotentialUndefinedSymbol() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1407 Declaration decl; in GetDeclaration() local
1461 Declaration decl; in Watch() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp649 auto decl = pdb->GetDeclForSymbol(*symbol); in GetDeclForUID() local
987 Declaration decl; in ParseVariableForPDBData() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1496 if (auto *decl = LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers() local
1559 NamedDecl *decl = LookupSingleName(S, identifiers[i], identifierLocs[i], in actOnObjCTypeArgsOrProtocolQualifiers() local
2509 ObjCMethodDecl *decl) { in checkMethodFamilyMismatch()
4913 int decl = 0, impl = 0; in ActOnMethodDeclaration() local
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c160 Decl *decl; member

123