Searched refs:createLocal (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.h | 61 Local createLocal(Descriptor *D);
|
H A D | EvalEmitter.h | 72 Local createLocal(Descriptor *D);
|
H A D | EvalEmitter.cpp | 85 Scope::Local EvalEmitter::createLocal(Descriptor *D) { in createLocal() function in EvalEmitter
|
H A D | ByteCodeEmitter.cpp | 197 Scope::Local ByteCodeEmitter::createLocal(Descriptor *D) { in createLocal() function in ByteCodeEmitter
|
H A D | Compiler.cpp | 3478 Scope::Local Local = this->createLocal(D); in allocateLocalPrimitive() 3517 Scope::Local Local = this->createLocal(D); in allocateLocal()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 654 APValue &createLocal(APValue::LValueBase Base, const void *Key, QualType T, 1919 return createLocal(Base, Key, T, Scope); in createTemporary() 1931 return createLocal(Base, PVD, PVD->getType(), ScopeKind::Call); in createParam() 1934 APValue &CallStackFrame::createLocal(APValue::LValueBase Base, const void *Key, in createLocal() function in CallStackFrame
|