Home
last modified time | relevance | path

Searched refs:LocalValue (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/torque/
Dimplementation-visitor.h26 class LocalValue; variable
39 base::Optional<Binding<LocalValue>*> binding = base::nullopt) {
187 base::Optional<Binding<LocalValue>*> binding() const { in binding()
201 base::Optional<Binding<LocalValue>*> binding_;
351 class LocalValue {
353 explicit LocalValue(LocationReference reference) in LocalValue() function
355 explicit LocalValue(std::string inaccessible_explanation) in LocalValue() function
358 LocationReference GetLocationReference(Binding<LocalValue>* binding) { in GetLocationReference()
389 inline std::string Binding<LocalValue>::BindingTypeString() const { in BindingTypeString()
393 inline bool Binding<LocalValue>::CheckWritten() const { in CheckWritten()
[all …]
Dimplementation-visitor.cc250 BlockBindings<LocalValue> parameter_bindings(&ValueBindingsManager::Get()); in InlineMacro()
265 parameter_bindings.Add(kThisParameterName, LocalValue{*this_reference}, in InlineMacro()
275 LocalValue{LocationReference::Temporary( in InlineMacro()
489 BlockBindings<LocalValue>* parameter_bindings, in AddParameter()
498 LocalValue{LocationReference::Temporary(VisitResult(type, range), in AddParameter()
523 BlockBindings<LocalValue> parameter_bindings(&ValueBindingsManager::Get()); in Visit()
552 LocalValue{LocationReference::Temporary( in Visit()
661 BlockBindings<LocalValue> block_bindings(&ValueBindingsManager::Get()); in Visit()
666 VarDeclarationStatement* stmt, BlockBindings<LocalValue>* block_bindings) { in Visit()
711 block_bindings->Add(stmt->name, LocalValue{std::move(ref)}); in Visit()
[all …]
/external/clang/include/clang/AST/
DExternalASTSource.h539 void push_back(const T& LocalValue) {
540 Local.push_back(LocalValue);