Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeEmitter.h69 Local createLocal(Descriptor *D);
H A DEvalEmitter.h70 Local createLocal(Descriptor *D);
H A DByteCodeEmitter.cpp103 Scope::Local ByteCodeEmitter::createLocal(Descriptor *D) { in createLocal() function in ByteCodeEmitter
H A DEvalEmitter.cpp52 Scope::Local EvalEmitter::createLocal(Descriptor *D) { in createLocal() function in EvalEmitter
H A DByteCodeExprGen.cpp790 Scope::Local Local = this->createLocal(D); in allocateLocalPrimitive()
829 Scope::Local Local = this->createLocal(D); in allocateLocal()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp639 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T,
1859 return createLocal(Base, Key, T, Scope); in createTemporary()
1871 return createLocal(Base, PVD, PVD->getType(), ScopeKind::Call); in createParam()
1874 APValue &CallStackFrame::createLocal(APValue::LValueBase Base, const void *Key, in createLocal() function in CallStackFrame