Searched refs:getIdentKind (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 30 addData(S->getIdentKind());
|
| H A D | Expr.h | 1998 PredefinedIdentKind getIdentKind() const { in getIdentKind() function 2021 return getIdentKindName(getIdentKind()); in getIdentKindName() 4718 SourceLocIdentKind getIdentKind() const { in getIdentKind() function 4723 switch (getIdentKind()) { in isIntType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 303 return E1->getIdentKind() == E2->getIdentKind(); in IsStmtEquivalent()
|
| H A D | Expr.cpp | 612 assert((getIdentKind() == IK) && in PredefinedExpr() 2229 switch (getIdentKind()) { in getBuiltinStr() 2276 switch (getIdentKind()) { in EvaluateInContext() 2294 const auto Kind = getIdentKind() == SourceLocIdentKind::Function in EvaluateInContext()
|
| H A D | JSONNodeDumper.cpp | 1319 JOS.attribute("name", PredefinedExpr::getIdentKindName(PE->getIdentKind())); in VisitPredefinedExpr()
|
| H A D | StmtProfile.cpp | 1333 ID.AddInteger(llvm::to_underlying(S->getIdentKind())); in VisitPredefinedExpr()
|
| H A D | TextNodeDumper.cpp | 1205 OS << " " << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
|
| H A D | StmtPrinter.cpp | 1258 OS << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
|
| H A D | ASTImporter.cpp | 7166 SourceLocExpr(Importer.getToContext(), E->getIdentKind(), ToType, BLoc, in VisitSourceLocExpr() 7318 E->getIdentKind(), E->isTransparent(), in VisitPredefinedExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 665 llvm::to_underlying(E->getIdentKind())); // FIXME: stable encoding in VisitPredefinedExpr() 1260 Record.push_back(llvm::to_underlying(E->getIdentKind())); in VisitSourceLocExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1838 return getSema().BuildPredefinedExpr(E->getLocation(), E->getIdentKind()); in TransformPredefinedExpr()
|
| H A D | TreeTransform.h | 10895 E->getIdentKind()); in TransformPredefinedExpr() 12158 bool NeedRebuildFunc = SourceLocExpr::MayBeDependent(E->getIdentKind()) && in TransformSourceLocExpr() 12164 return getDerived().RebuildSourceLocExpr(E->getIdentKind(), E->getType(), in TransformSourceLocExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 3277 PredefinedExpr::getIdentKindName(E->getIdentKind()), FnName}; in EmitPredefinedLValue()
|