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

  /external/clang/lib/AST/
APValue.cpp 79 typedef const CXXRecordDecl *PathElem;
81 PathElem Path[InlinePathSpace];
82 PathElem *PathPtr;
95 PathPtr = new PathElem[Length];
100 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; }
101 const PathElem *getPath() const {
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]

Completed in 4562 milliseconds