Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtDataCollectors.td30 addData(S->getIdentKind());
H A DExpr.h2038 PredefinedIdentKind getIdentKind() const { in getIdentKind() function
2061 return getIdentKindName(getIdentKind()); in getIdentKindName()
4965 SourceLocIdentKind getIdentKind() const { in getIdentKind() function
4970 switch (getIdentKind()) { in isIntType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp306 return E1->getIdentKind() == E2->getIdentKind(); in IsStmtEquivalent()
H A DExpr.cpp616 assert((getIdentKind() == IK) && in PredefinedExpr()
2262 switch (getIdentKind()) { in getBuiltinStr()
2318 switch (getIdentKind()) { in EvaluateInContext()
2336 const auto Kind = getIdentKind() == SourceLocIdentKind::Function in EvaluateInContext()
H A DJSONNodeDumper.cpp1368 JOS.attribute("name", PredefinedExpr::getIdentKindName(PE->getIdentKind())); in VisitPredefinedExpr()
H A DStmtProfile.cpp1380 ID.AddInteger(llvm::to_underlying(S->getIdentKind())); in VisitPredefinedExpr()
H A DStmtPrinter.cpp1438 OS << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
H A DTextNodeDumper.cpp1581 OS << " " << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
H A DASTImporter.cpp7615 SourceLocExpr(Importer.getToContext(), E->getIdentKind(), ToType, BLoc, in VisitSourceLocExpr()
7768 E->getIdentKind(), E->isTransparent(), in VisitPredefinedExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp678 llvm::to_underlying(E->getIdentKind())); // FIXME: stable encoding in VisitPredefinedExpr()
1279 Record.push_back(llvm::to_underlying(E->getIdentKind())); in VisitSourceLocExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2195 return getSema().BuildPredefinedExpr(E->getLocation(), E->getIdentKind()); in TransformPredefinedExpr()
H A DTreeTransform.h12862 E->getIdentKind()); in TransformPredefinedExpr()
14129 bool NeedRebuildFunc = SourceLocExpr::MayBeDependent(E->getIdentKind()) && in TransformSourceLocExpr()
14135 return getDerived().RebuildSourceLocExpr(E->getIdentKind(), E->getType(), in TransformSourceLocExpr()
H A DSemaExpr.cpp5551 E->getIdentKind(), E->getType(), E->getBeginLoc(), E->getEndLoc(), DC); in TransformSourceLocExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3434 PredefinedExpr::getIdentKindName(E->getIdentKind()), FnName}; in EmitPredefinedLValue()