Home
last modified time | relevance | path

Searched refs:getIdentKind (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtDataCollectors.td30 addData(S->getIdentKind());
HDExpr.h2026 PredefinedIdentKind getIdentKind() const { in getIdentKind() function
2049 return getIdentKindName(getIdentKind()); in getIdentKindName()
4771 SourceLocIdentKind getIdentKind() const { in getIdentKind() function
4776 switch (getIdentKind()) { in isIntType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTStructuralEquivalence.cpp304 return E1->getIdentKind() == E2->getIdentKind(); in IsStmtEquivalent()
HDExpr.cpp622 assert((getIdentKind() == IK) && in PredefinedExpr()
2254 switch (getIdentKind()) { in getBuiltinStr()
2301 switch (getIdentKind()) { in EvaluateInContext()
2319 const auto Kind = getIdentKind() == SourceLocIdentKind::Function in EvaluateInContext()
HDJSONNodeDumper.cpp1354 JOS.attribute("name", PredefinedExpr::getIdentKindName(PE->getIdentKind())); in VisitPredefinedExpr()
HDStmtProfile.cpp1344 ID.AddInteger(llvm::to_underlying(S->getIdentKind())); in VisitPredefinedExpr()
HDStmtPrinter.cpp1304 OS << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
HDTextNodeDumper.cpp1428 OS << " " << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
HDASTImporter.cpp7268 SourceLocExpr(Importer.getToContext(), E->getIdentKind(), ToType, BLoc, in VisitSourceLocExpr()
7420 E->getIdentKind(), E->isTransparent(), in VisitPredefinedExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp663 llvm::to_underlying(E->getIdentKind())); // FIXME: stable encoding in VisitPredefinedExpr()
1260 Record.push_back(llvm::to_underlying(E->getIdentKind())); in VisitSourceLocExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp2040 return getSema().BuildPredefinedExpr(E->getLocation(), E->getIdentKind()); in TransformPredefinedExpr()
HDTreeTransform.h11738 E->getIdentKind()); in TransformPredefinedExpr()
13011 bool NeedRebuildFunc = SourceLocExpr::MayBeDependent(E->getIdentKind()) && in TransformSourceLocExpr()
13017 return getDerived().RebuildSourceLocExpr(E->getIdentKind(), E->getType(), in TransformSourceLocExpr()
HDSemaExpr.cpp5450 E->getIdentKind(), E->getType(), E->getBeginLoc(), E->getEndLoc(), DC); in TransformSourceLocExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExpr.cpp3277 PredefinedExpr::getIdentKindName(E->getIdentKind()), FnName}; in EmitPredefinedLValue()