Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DByteCodeEmitter.h66 Local createLocal(Descriptor *D);
H A DEvalEmitter.h80 Local createLocal(Descriptor *D);
H A DByteCodeEmitter.cpp95 Scope::Local ByteCodeEmitter::createLocal(Descriptor *D) { in createLocal() function in ByteCodeEmitter
H A DEvalEmitter.cpp97 Scope::Local EvalEmitter::createLocal(Descriptor *D) { in createLocal() function in EvalEmitter
H A DCompiler.cpp4404 Scope::Local Local = this->createLocal(D); in allocateLocalPrimitive()
4449 Scope::Local Local = this->createLocal(D); in allocateLocal()
4471 Scope::Local Local = this->createLocal(D); in allocateTemporary()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp673 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T,
1956 return createLocal(Base, Key, T, Scope); in createTemporary()
1968 return createLocal(Base, PVD, PVD->getType(), ScopeKind::Call); in createParam()
1971 APValue &CallStackFrame::createLocal(APValue::LValueBase Base, const void *Key, in createLocal() function in CallStackFrame