Home
last modified time | relevance | path

Searched refs:DummyParams (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/AST/Interp/
DProgram.cpp130 auto It = DummyParams.find(PD); in getOrCreateDummy()
131 if (It != DummyParams.end()) in getOrCreateDummy()
135 DummyParams[PD] = *Idx; in getOrCreateDummy()
DProgram.h185 llvm::DenseMap<const ParmVarDecl *, unsigned> DummyParams; variable