Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DLambdaFunctionNameCheck.cpp75 if (E->getIdentKind() != PredefinedExpr::Func && in check()
76 E->getIdentKind() != PredefinedExpr::Function) { in check()
93 << PredefinedExpr::getIdentKindName(E->getIdentKind()); in check()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtDataCollectors.td30 addData(S->getIdentKind());
H A DExpr.h2007 IdentKind getIdentKind() const { in getIdentKind() function
2028 return getIdentKindName(getIdentKind()); in getIdentKindName()
4704 IdentKind getIdentKind() const { in getIdentKind() function
4709 switch (getIdentKind()) { in isIntType()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp279 return E1->getIdentKind() == E2->getIdentKind(); in IsStmtEquivalent()
H A DExpr.cpp586 assert((getIdentKind() == IK) && in PredefinedExpr()
2156 switch (getIdentKind()) { in getBuiltinStr()
2196 switch (getIdentKind()) { in EvaluateInContext()
2213 IntVal = getIdentKind() == SourceLocExpr::Line ? PLoc.getLine() in EvaluateInContext()
H A DJSONNodeDumper.cpp1220 JOS.attribute("name", PredefinedExpr::getIdentKindName(PE->getIdentKind())); in VisitPredefinedExpr()
H A DTextNodeDumper.cpp1083 OS << " " << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
H A DStmtProfile.cpp1287 ID.AddInteger(S->getIdentKind()); in VisitPredefinedExpr()
H A DStmtPrinter.cpp1242 OS << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
H A DASTImporter.cpp6781 SourceLocExpr(Importer.getToContext(), E->getIdentKind(), ToType, BLoc, in VisitSourceLocExpr()
6899 E->getIdentKind(), ToFunctionName); in VisitPredefinedExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp597 Record.push_back(E->getIdentKind()); // FIXME: stable encoding in VisitPredefinedExpr()
1162 Record.push_back(E->getIdentKind()); in VisitSourceLocExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1441 return getSema().BuildPredefinedExpr(E->getLocation(), E->getIdentKind()); in TransformPredefinedExpr()
H A DTreeTransform.h10521 E->getIdentKind()); in TransformPredefinedExpr()
11762 bool NeedRebuildFunc = E->getIdentKind() == SourceLocExpr::Function && in TransformSourceLocExpr()
11768 return getDerived().RebuildSourceLocExpr(E->getIdentKind(), E->getType(), in TransformSourceLocExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp3043 PredefinedExpr::getIdentKindName(E->getIdentKind()), FnName}; in EmitPredefinedLValue()