Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtDataCollectors.td30 addData(S->getIdentKind());
H A DExpr.h1997 IdentKind getIdentKind() const { in getIdentKind() function
2018 return getIdentKindName(getIdentKind()); in getIdentKindName()
4625 IdentKind getIdentKind() const { in getIdentKind() function
4630 switch (getIdentKind()) { in isStringType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp278 return E1->getIdentKind() == E2->getIdentKind(); in IsStmtEquivalent()
H A DExpr.cpp511 assert((getIdentKind() == IK) && in PredefinedExpr()
2128 switch (getIdentKind()) { in getBuiltinStr()
2166 switch (getIdentKind()) { in EvaluateInContext()
2179 IntVal = getIdentKind() == SourceLocExpr::Line ? PLoc.getLine() in EvaluateInContext()
H A DJSONNodeDumper.cpp1168 JOS.attribute("name", PredefinedExpr::getIdentKindName(PE->getIdentKind())); in VisitPredefinedExpr()
H A DTextNodeDumper.cpp1022 OS << " " << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
H A DStmtProfile.cpp1195 ID.AddInteger(S->getIdentKind()); in VisitPredefinedExpr()
H A DStmtPrinter.cpp1085 OS << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
H A DASTImporter.cpp6540 SourceLocExpr(Importer.getToContext(), E->getIdentKind(), BLoc, RParenLoc, in VisitSourceLocExpr()
6640 E->getIdentKind(), ToFunctionName); in VisitPredefinedExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp588 Record.push_back(E->getIdentKind()); // FIXME: stable encoding in VisitPredefinedExpr()
1153 Record.push_back(E->getIdentKind()); in VisitSourceLocExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1428 return getSema().BuildPredefinedExpr(E->getLocation(), E->getIdentKind()); in TransformPredefinedExpr()
H A DTreeTransform.h10182 E->getIdentKind()); in TransformPredefinedExpr()
11407 bool NeedRebuildFunc = E->getIdentKind() == SourceLocExpr::Function && in TransformSourceLocExpr()
11413 return getDerived().RebuildSourceLocExpr(E->getIdentKind(), E->getBeginLoc(), in TransformSourceLocExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2954 PredefinedExpr::getIdentKindName(E->getIdentKind()), FnName}; in EmitPredefinedLValue()