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

  /external/clang/lib/Format/
TokenAnnotator.cpp 38 Contexts.push_back(Context(tok::unknown, 1, /*IsExpression=*/false));
48 Contexts.back().IsExpression = false;
77 Contexts[Contexts.size() - 2].IsExpression) &&
114 Contexts.back().IsExpression = true;
119 Contexts.back().IsExpression = true;
124 Contexts.back().IsExpression = false;
127 Contexts.back().IsExpression = false;
133 Contexts.back().IsExpression = false;
168 Contexts.back().IsExpression = true;
173 !Contexts.back().IsExpression)))
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 254 bool IsExpression = false;
263 IsExpression = true;
267 (!IsExpression || (Name[i] != '+' && Name[i] != '-'))) {
    [all...]
  /external/chromium_org/v8/src/
ast.h     [all...]

Completed in 72 milliseconds