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 412 value = factory()->NewProperty(factory()->NewVariableProxy(temp), key,
472 auto result_done = factory()->NewProperty(
484 factory()->NewProperty(
600 args->Add(factory()->NewProperty(
622 factory()->NewProperty(factory()->NewVariableProxy(result),
parser.cc 389 Expression* home_object = factory()->NewProperty(
    [all...]
parser-base.h     [all...]
preparser.h 604 PreParserExpression NewProperty(PreParserExpression obj,
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 344 ObjCPropertyDecl *NewProperty,
351 (NewProperty->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_nonatomic)
378 ((NewProperty->getPropertyAttributesAsWritten() & AtomicityMask) == 0)) {
379 unsigned Attrs = NewProperty->getPropertyAttributes();
386 NewProperty->overwritePropertyAttributes(Attrs);
393 (NewIsAtomic && isImplicitlyReadonlyAtomic(NewProperty)))
404 S.Diag(NewProperty->getLocation(), diag::warn_property_attribute)
405 << NewProperty->getDeclName() << "atomic"
    [all...]
  /external/v8/src/ast/
ast.h     [all...]

Completed in 212 milliseconds