HomeSort by relevance Sort by last modified time
    Searched defs:PathLength (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
APValue.cpp 30 unsigned PathLength;
47 LV() { PathLength = (unsigned)-1; }
51 if (Length == PathLength)
55 PathLength = Length;
60 bool hasPath() const { return PathLength != (unsigned)-1; }
61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; }
72 unsigned PathLength;
85 MemberPointerData() { PathLength = 0; }
89 if (Length == PathLength)
93 PathLength = Length
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]

Completed in 106 milliseconds