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 602 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); }
615 return hasExtInfo()
620 if (hasExtInfo())
643 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
651 return hasExtInfo() ? getExtInfo()->QualifierLoc
658 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 216 Record.push_back(D->hasExtInfo());
217 if (D->hasExtInfo())
245 !D->hasExtInfo() &&
269 !D->hasExtInfo() &&
301 Record.push_back(D->hasExtInfo());
302 if (D->hasExtInfo())
517 !D->hasExtInfo() &&
645 !D->hasExtInfo() &&
701 !D->hasExtInfo() &&
736 !D->hasExtInfo() &
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 37 milliseconds