HomeSort by: relevance | last modified time | path
    Searched refs:MergeFunctionDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 3054 /// Used in MergeFunctionDecl to keep track of function parameters in
3214 /// MergeFunctionDecl - We just parsed a function 'New' from
3225 bool Sema::MergeFunctionDecl(FunctionDecl *New, NamedDecl *&OldD,
10859 if (MergeFunctionDecl(NewFD, OldDecl, S, MergeTypeWithPrevious)) {
10874 // The call to MergeFunctionDecl above may have created some state in
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 3339 bool MergeFunctionDecl(FunctionDecl *New, NamedDecl *&Old, Scope *S,

Completed in 54 milliseconds