Searched refs:createLocal (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.h | 69 Local createLocal(Descriptor *D);
|
H A D | EvalEmitter.h | 70 Local createLocal(Descriptor *D);
|
H A D | ByteCodeEmitter.cpp | 103 Scope::Local ByteCodeEmitter::createLocal(Descriptor *D) { in createLocal() function in ByteCodeEmitter
|
H A D | EvalEmitter.cpp | 52 Scope::Local EvalEmitter::createLocal(Descriptor *D) { in createLocal() function in EvalEmitter
|
H A D | ByteCodeExprGen.cpp | 790 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 D | ExprConstant.cpp | 639 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
|