Searched defs:hasExtInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDecl.h540 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); } function in class:clang::DeclaratorDecl
553 return hasExtInfo()
558 if (hasExtInfo())
581 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
589 return hasExtInfo() ? getExtInfo()->QualifierLoc
596 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
2586 bool hasExtInfo() const { return NamedDeclOrQualifier.is<ExtInfo *>(); }
2752 return hasExtInfo() ? nullptr : dyn_cast_or_null<DeclaratorDecl>(
2757 return hasExtInfo() ? nullptr : dyn_cast_or_null<TypedefNameDecl>(
2768 return hasExtInfo()
[all...]

Completed in 279 milliseconds