Searched refs:createLocal (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | ByteCodeEmitter.h | 66 Local createLocal(Descriptor *D);
|
| H A D | EvalEmitter.h | 80 Local createLocal(Descriptor *D);
|
| H A D | ByteCodeEmitter.cpp | 95 Scope::Local ByteCodeEmitter::createLocal(Descriptor *D) { in createLocal() function in ByteCodeEmitter
|
| H A D | EvalEmitter.cpp | 97 Scope::Local EvalEmitter::createLocal(Descriptor *D) { in createLocal() function in EvalEmitter
|
| H A D | Compiler.cpp | 4404 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 D | ExprConstant.cpp | 673 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
|