Home
last modified time | relevance | path

Searched defs:function_decl (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A D2005-09-24-BitFieldCrash.c25 struct tree_function_decl function_decl; member
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp90 } else if (FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D)) { in TransformTopLevelDecl() local
121 FunctionDecl *function_decl = FunDecl; in SynthesizeFunctionResult() local
H A DASTStructExtractor.cpp123 FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D); in ExtractFromTopLevelDecl() local
H A DClangUserExpression.cpp215 } else if (clang::FunctionDecl *function_decl = in ScanContext() local
H A DClangExpressionDeclMap.cpp1817 NamedDecl *function_decl = nullptr; in AddOneFunction() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp46 clang::FunctionDecl *&function_decl; member
1130 clang::FunctionDecl *function_decl = nullptr; in CreateFunctionDecl() local
1206 clang::FunctionDecl *function_decl = in GetOrCreateInlinedFunctionDecl() local
1312 clang::FunctionDecl *function_decl = in GetOrCreateFunctionDecl() local
1329 clang::FunctionDecl &function_decl, in CreateFunctionParameters()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1193 clang::FunctionDecl *function_decl = nullptr; in ParseSubroutine() local
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2229 FunctionDecl *function_decl, llvm::ArrayRef<ParmVarDecl *> params) { in SetFunctionParameters()
9698 } else if (clang::FunctionDecl *function_decl = in DeclContextIsClassMethod() local