Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeEmitter.h69 Local createLocal(Descriptor *D);
H A DEvalEmitter.h71 Local createLocal(Descriptor *D);
H A DByteCodeEmitter.cpp80 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
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp644 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T,
1858 return createLocal(Base, Key, T, Scope); in createTemporary()
1870 return createLocal(Base, PVD, PVD->getType(), ScopeKind::Call); in createParam()
1873 APValue &CallStackFrame::createLocal(APValue::LValueBase Base, const void *Key, in createLocal() function in CallStackFrame