Searched refs:getIdentKind (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | LambdaFunctionNameCheck.cpp | 75 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 D | StmtDataCollectors.td | 30 addData(S->getIdentKind());
|
| H A D | Expr.h | 2007 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 D | ASTStructuralEquivalence.cpp | 279 return E1->getIdentKind() == E2->getIdentKind(); in IsStmtEquivalent()
|
| H A D | Expr.cpp | 586 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 D | JSONNodeDumper.cpp | 1220 JOS.attribute("name", PredefinedExpr::getIdentKindName(PE->getIdentKind())); in VisitPredefinedExpr()
|
| H A D | TextNodeDumper.cpp | 1083 OS << " " << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
|
| H A D | StmtProfile.cpp | 1287 ID.AddInteger(S->getIdentKind()); in VisitPredefinedExpr()
|
| H A D | StmtPrinter.cpp | 1242 OS << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
|
| H A D | ASTImporter.cpp | 6781 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 D | ASTWriterStmt.cpp | 597 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 D | SemaTemplateInstantiate.cpp | 1441 return getSema().BuildPredefinedExpr(E->getLocation(), E->getIdentKind()); in TransformPredefinedExpr()
|
| H A D | TreeTransform.h | 10521 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 D | CGExpr.cpp | 3043 PredefinedExpr::getIdentKindName(E->getIdentKind()), FnName}; in EmitPredefinedLValue()
|