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 531 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); }
544 return hasExtInfo()
549 if (hasExtInfo())
572 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
580 return hasExtInfo() ? getExtInfo()->QualifierLoc
587 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 229 Record.push_back(D->hasExtInfo());
230 if (D->hasExtInfo())
258 !D->hasExtInfo() &&
284 !D->hasExtInfo() &&
316 Record.push_back(D->hasExtInfo());
317 if (D->hasExtInfo())
536 !D->hasExtInfo() &&
667 !D->hasExtInfo() &&
732 !D->hasExtInfo() &&
768 !D->hasExtInfo() &
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 1012 milliseconds