Searched defs:function_decl (Results 1 – 8 of 8) sorted by relevance
25 struct tree_function_decl function_decl; member
90 } else if (FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D)) { in TransformTopLevelDecl() local 121 FunctionDecl *function_decl = FunDecl; in SynthesizeFunctionResult() local [all...]
123 FunctionDecl *function_decl = dyn_cast<FunctionDecl>(D); in ExtractFromTopLevelDecl() local
214 } else if (clang::FunctionDecl *function_decl = in ScanContext() local
1801 NamedDecl *function_decl = nullptr; in AddOneFunction() local
48 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...]
1239 clang::FunctionDecl *function_decl = nullptr; ParseSubroutine() local [all...]
2221 SetFunctionParameters(FunctionDecl * function_decl,llvm::ArrayRef<ParmVarDecl * > params) SetFunctionParameters() argument