Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DLambdaFunctionNameCheck.cpp75 if (E->getIdentKind() != PredefinedExpr::Func && in check()
76 E->getIdentKind() != PredefinedExpr::Function) { in check()
93 << PredefinedExpr::getIdentKindName(E->getIdentKind()); in check()
/external/llvm-project/clang/include/clang/AST/
DStmtDataCollectors.td30 addData(S->getIdentKind());
DExpr.h1995 IdentKind getIdentKind() const { in getIdentKind() function
2016 return getIdentKindName(getIdentKind()); in getIdentKindName()
4623 IdentKind getIdentKind() const { in getIdentKind() function
4628 switch (getIdentKind()) { in isStringType()
/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp260 return E1->getIdentKind() == E2->getIdentKind(); in IsStmtEquivalent()
DExpr.cpp509 assert((getIdentKind() == IK) && in PredefinedExpr()
2046 switch (getIdentKind()) { in getBuiltinStr()
2084 switch (getIdentKind()) { in EvaluateInContext()
2097 IntVal = getIdentKind() == SourceLocExpr::Line ? PLoc.getLine() in EvaluateInContext()
DJSONNodeDumper.cpp1167 JOS.attribute("name", PredefinedExpr::getIdentKindName(PE->getIdentKind())); in VisitPredefinedExpr()
DTextNodeDumper.cpp1020 OS << " " << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
DStmtProfile.cpp1134 ID.AddInteger(S->getIdentKind()); in VisitPredefinedExpr()
DStmtPrinter.cpp1057 OS << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
DASTImporter.cpp6514 E->getIdentKind(), ToFunctionName); in VisitPredefinedExpr()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp587 Record.push_back(E->getIdentKind()); // FIXME: stable encoding in VisitPredefinedExpr()
1152 Record.push_back(E->getIdentKind()); in VisitSourceLocExpr()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1427 return getSema().BuildPredefinedExpr(E->getLocation(), E->getIdentKind()); in TransformPredefinedExpr()
DTreeTransform.h9944 E->getIdentKind()); in TransformPredefinedExpr()
11169 bool NeedRebuildFunc = E->getIdentKind() == SourceLocExpr::Function && in TransformSourceLocExpr()
11175 return getDerived().RebuildSourceLocExpr(E->getIdentKind(), E->getBeginLoc(), in TransformSourceLocExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp2945 PredefinedExpr::getIdentKindName(E->getIdentKind()), FnName}; in EmitPredefinedLValue()