HomeSort by: relevance | last modified time | path
    Searched refs:hasExtInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 715 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); }
730 return hasExtInfo()
736 if (hasExtInfo())
759 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
767 return hasExtInfo() ? getExtInfo()->QualifierLoc
777 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause
782 return hasExtInfo() ? getExtInfo()->TrailingRequiresClause
789 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
3315 bool hasExtInfo() const { return TypedefNameDeclOrQualifier.is<ExtInfo *>(); }
3500 return hasExtInfo() ? nullpt
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 419 if (D->hasExtInfo()) {
456 !D->hasExtInfo() &&
493 !D->hasExtInfo() &&
527 Record.push_back(D->hasExtInfo());
528 if (D->hasExtInfo()) {
804 !D->hasExtInfo() &&
941 !D->hasExtInfo() &&
1065 !D->hasExtInfo() &&
1104 !D->hasExtInfo() &&
1384 !D->hasExtInfo() &
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 1869 if (!hasExtInfo()) {
1879 } else if (hasExtInfo()) {
1888 if (!hasExtInfo()) {
1904 if (!hasExtInfo()) {
4334 if (!hasExtInfo())
4340 if (hasExtInfo()) {
4355 if (!hasExtInfo())

Completed in 40 milliseconds