Home
last modified time | relevance | path

Searched refs:createLocal (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeEmitter.h69 Local createLocal(Descriptor *D);
H A DEvalEmitter.h71 Local createLocal(Descriptor *D);
H A DByteCodeEmitter.cpp81 Scope::Local ByteCodeEmitter::createLocal(Descriptor *D) { in createLocal() function in ByteCodeEmitter
H A DByteCodeExprGen.cpp428 Scope::Local Local = this->createLocal(D); in allocateLocalPrimitive()
456 Scope::Local Local = this->createLocal(D); in allocateLocal()
H A DEvalEmitter.cpp51 Scope::Local EvalEmitter::createLocal(Descriptor *D) { in createLocal() function in EvalEmitter
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp644 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T,
1856 return createLocal(Base, Key, T, Scope); in createTemporary()
1868 return createLocal(Base, PVD, PVD->getType(), ScopeKind::Call); in createParam()
1871 APValue &CallStackFrame::createLocal(APValue::LValueBase Base, const void *Key, in createLocal() function in CallStackFrame