Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A D2005-09-24-BitFieldCrash.c25 struct tree_function_decl function_decl; member
/llvm-project/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
[all...]
H A DASTStructExtractor.cpp123 FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D); in ExtractFromTopLevelDecl() local
H A DClangUserExpression.cpp214 } else if (clang::FunctionDecl *function_decl = in ScanContext() local
H A DClangExpressionDeclMap.cpp1801 NamedDecl *function_decl = nullptr; in AddOneFunction() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp48 clang::FunctionDecl *&function_decl; member
857 clang::FunctionDecl *function_decl = nullptr; in CreateFunctionDecl() local
939 clang::FunctionDecl *function_decl = GetOrCreateInlinedFunctionDecl() local
1052 clang::FunctionDecl *function_decl = GetOrCreateFunctionDecl() local
1069 CreateFunctionParameters(PdbCompilandSymId func_id,clang::FunctionDecl & function_decl,uint32_t param_count) CreateFunctionParameters() argument
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1239 clang::FunctionDecl *function_decl = nullptr; ParseSubroutine() local
[all...]
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2221 SetFunctionParameters(FunctionDecl * function_decl,llvm::ArrayRef<ParmVarDecl * > params) SetFunctionParameters() argument