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

  /external/clang/include/clang/AST/
Decl.h 540 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); }
553 return hasExtInfo()
558 if (hasExtInfo())
581 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
589 return hasExtInfo() ? getExtInfo()->QualifierLoc
596 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 255 Record.push_back(D->hasExtInfo());
256 if (D->hasExtInfo())
286 !D->hasExtInfo() &&
312 !D->hasExtInfo() &&
344 Record.push_back(D->hasExtInfo());
345 if (D->hasExtInfo())
560 !D->hasExtInfo() &&
685 !D->hasExtInfo() &&
757 !D->hasExtInfo() &&
796 !D->hasExtInfo() &
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 227 milliseconds