Searched defs:NewValue (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dinterface.h51 static Interface* NewValue() { function in class:v8::internal::Interface
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp401 void setShouldVisitImplicitCode(bool NewValue) { argument
402 ShouldVisitImplicitCode = NewValue;
/external/clang/include/clang/Basic/
H A DIdentifierTable.h325 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue) argument
328 II->setIsPoisoned(NewValue);
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h344 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) argument
345 : Ident_AbnormalTermination(Self.Ident_AbnormalTermination, NewValue),
346 Ident_GetExceptionCode(Self.Ident_GetExceptionCode, NewValue),
347 Ident_GetExceptionInfo(Self.Ident_GetExceptionInfo, NewValue),
348 Ident__abnormal_termination(Self.Ident__abnormal_termination, NewValue),
349 Ident__exception_code(Self.Ident__exception_code, NewValue),
350 Ident__exception_info(Self.Ident__exception_info, NewValue),
351 Ident___abnormal_termination(Self.Ident___abnormal_termination, NewValue),
352 Ident___exception_code(Self.Ident___exception_code, NewValue),
353 Ident___exception_info(Self.Ident___exception_info, NewValue) {
[all...]

Completed in 936 milliseconds