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

  /external/clang/include/clang/AST/
DeclFriend.h 94 if (!NextFriend.isOffset())
ExternalASTSource.h 355 bool isOffset() const { return Ptr & 0x01; }
363 if (isOffset()) {
DeclCXX.h 506 if (!Bases.isOffset())
513 if (!VBases.isOffset())
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 142 if (!data().Bases.isOffset() && data().NumBases > 0)
    [all...]
RecordLayoutBuilder.cpp     [all...]

Completed in 271 milliseconds