HomeSort by relevance Sort by last modified time
    Searched refs:NewProperty (Results 1 - 6 of 6) sorted by null

  /external/v8/src/parsing/
pattern-rewriter.cc 431 factory()->NewProperty(factory()->NewVariableProxy(temp),
487 auto result_done = factory()->NewProperty(
500 factory()->NewProperty(
620 args->Add(factory()->NewProperty(
642 factory()->NewProperty(factory()->NewVariableProxy(result),
parser.cc 647 Expression* home_object = factory->NewProperty(
744 factory->NewProperty(iterable, iterator_symbol_literal, pos);
    [all...]
parser-base.h     [all...]
preparser.h 472 PreParserExpression NewProperty(PreParserExpression obj,
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 343 ObjCPropertyDecl *NewProperty,
350 (NewProperty->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic)
377 ((NewProperty->getPropertyAttributesAsWritten() & AtomicityMask) == 0)) {
378 unsigned Attrs = NewProperty->getPropertyAttributes();
385 NewProperty->overwritePropertyAttributes(Attrs);
392 (NewIsAtomic && isImplicitlyReadonlyAtomic(NewProperty)))
403 S.Diag(NewProperty->getLocation(), diag::warn_property_attribute)
404 << NewProperty->getDeclName() << "atomic"
    [all...]
  /external/v8/src/ast/
ast.h     [all...]

Completed in 856 milliseconds