reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Type.h
 6302   return getFunctionExtInfo(*t);
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  569           ast_type_traits::DynTypedNode::create(*Node), Finder, Builder);
  771     return matchesSpecialized(*Node, Finder, Builder);
  831         return matchesSpecialized(*S->desugar(), Finder, Builder);
tools/clang/lib/AST/Decl.cpp
  265           LV.merge(getLVForType(*NTTP->getType(), computation));
  330       LV.merge(getLVForType(*Arg.getAsType(), computation));
  784       LinkageInfo TypeLV = getLVForType(*Var->getType(), computation);
 1012       LinkageInfo typeLV = getLVForType(*VD->getType(), computation);
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  164     if (!match(*TypeNode))
  176     if (!match(*TypeLocNode.getType()))
tools/clang/lib/Analysis/CFG.cpp
 2576   bool NoReturn = getFunctionExtInfo(*calleeType).getNoReturn();
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
  946     if (getFunctionExtInfo(*CalleeType).getNoReturn())
tools/clang/lib/Sema/SemaDeclAttr.cpp
  547               const auto &Ty = *BS->getType();
tools/clang/lib/Sema/SemaFixItUtils.cpp
  202     std::string s = getScalarZeroExpressionForType(*T, Loc, *this);
  220   return getScalarZeroExpressionForType(*T, Loc, *this);