Searched refs:NewValue (Results 1 - 8 of 8) sorted by relevance

/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...]
/external/v8/src/
H A Dinterface.h51 static Interface* NewValue() { function in class:v8::internal::Interface
H A Dscopes.h53 Interface* interface = Interface::NewValue());
150 Interface* interface = Interface::NewValue());
163 Interface* interface = Interface::NewValue()) {
H A Dvariables.h83 Interface* interface = Interface::NewValue());
H A Dparser.h770 Interface* interface = Interface::NewValue());
H A Dast.h2842 Interface::NewValue()) {
/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);

Completed in 124 milliseconds