Home
last modified time | relevance | path

Searched refs:FunctionDeclSet (Results 1 – 4 of 4) sorted by relevance

/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DReplaceUndefinedFunction.cpp134 const FunctionDeclSet *FDSet = (*I).second; in doAnalysis()
137 for (FunctionDeclSet::iterator FI = FDSet->begin(), in doAnalysis()
154 FunctionDeclSet *FDSet = (*I).second; in handleOneFunctionDecl()
165 FunctionDeclSet *FDSet = new FunctionDeclSet(); in handleOneFunctionDecl()
176 const FunctionDeclSet *FDSet = (*I).second; in ~ReplaceUndefinedFunction()
H A DUnifyFunctionDecl.h39 FunctionDeclSet; typedef
53 FunctionDeclSet VisitedFunctionDecls;
H A DReplaceUndefinedFunction.h47 FunctionDeclSet; typedef
49 typedef llvm::MapVector<const clang::FunctionDecl *, FunctionDeclSet *>
H A DUnifyFunctionDecl.cpp85 for (FunctionDeclSet::iterator I = VisitedFunctionDecls.begin(), in doAnalysis()