Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtDataCollectors.td30 addData(S->getIdentKind());
H A DExpr.h2018 IdentKind getIdentKind() const { in getIdentKind() function
2039 return getIdentKindName(getIdentKind()); in getIdentKindName()
4711 IdentKind getIdentKind() const { in getIdentKind() function
4716 switch (getIdentKind()) { in isIntType()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTStructuralEquivalence.cpp281 return E1->getIdentKind() == E2->getIdentKind(); in IsStmtEquivalent()
H A DExpr.cpp669 assert((getIdentKind() == IK) && in PredefinedExpr()
2243 switch (getIdentKind()) { in getBuiltinStr()
2283 switch (getIdentKind()) { in EvaluateInContext()
2300 IntVal = getIdentKind() == SourceLocExpr::Line ? PLoc.getLine() in EvaluateInContext()
H A DJSONNodeDumper.cpp1252 JOS.attribute("name", PredefinedExpr::getIdentKindName(PE->getIdentKind())); in VisitPredefinedExpr()
H A DStmtProfile.cpp1305 ID.AddInteger(S->getIdentKind()); in VisitPredefinedExpr()
H A DTextNodeDumper.cpp1083 OS << " " << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
H A DStmtPrinter.cpp1248 OS << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
H A DASTImporter.cpp6917 SourceLocExpr(Importer.getToContext(), E->getIdentKind(), ToType, BLoc, in VisitSourceLocExpr()
7035 E->getIdentKind(), ToFunctionName); in VisitPredefinedExpr()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp595 Record.push_back(E->getIdentKind()); // FIXME: stable encoding in VisitPredefinedExpr()
1160 Record.push_back(E->getIdentKind()); in VisitSourceLocExpr()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1690 return getSema().BuildPredefinedExpr(E->getLocation(), E->getIdentKind()); in TransformPredefinedExpr()
H A DTreeTransform.h10687 E->getIdentKind()); in TransformPredefinedExpr()
11928 bool NeedRebuildFunc = E->getIdentKind() == SourceLocExpr::Function && in TransformSourceLocExpr()
11934 return getDerived().RebuildSourceLocExpr(E->getIdentKind(), E->getType(), in TransformSourceLocExpr()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp3015 PredefinedExpr::getIdentKindName(E->getIdentKind()), FnName}; in EmitPredefinedLValue()