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

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 344 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue)
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/
interface.h 51 static Interface* NewValue() {
scopes.h 53 Interface* interface = Interface::NewValue());
150 Interface* interface = Interface::NewValue());
163 Interface* interface = Interface::NewValue()) {
variables.h 83 Interface* interface = Interface::NewValue());
parser.h 770 Interface* interface = Interface::NewValue());
ast.h     [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 402 void setShouldVisitImplicitCode(bool NewValue) {
403 ShouldVisitImplicitCode = NewValue;
  /external/clang/lib/Analysis/
BodyFarm.cpp 277 // *theValue = newValue;
290 const ParmVarDecl *NewValue = D->getParamDecl(1);
291 QualType NewValueTy = NewValue->getType();
321 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy),
  /external/clang/include/clang/Basic/
IdentifierTable.h 336 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
339 II->setIsPoisoned(NewValue);
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]

Completed in 207 milliseconds