Searched refs:getIdentKind (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 30 addData(S->getIdentKind());
|
| H A D | Expr.h | 1997 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 D | ASTStructuralEquivalence.cpp | 278 return E1->getIdentKind() == E2->getIdentKind(); in IsStmtEquivalent()
|
| H A D | Expr.cpp | 511 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 D | JSONNodeDumper.cpp | 1168 JOS.attribute("name", PredefinedExpr::getIdentKindName(PE->getIdentKind())); in VisitPredefinedExpr()
|
| H A D | TextNodeDumper.cpp | 1022 OS << " " << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
|
| H A D | StmtProfile.cpp | 1195 ID.AddInteger(S->getIdentKind()); in VisitPredefinedExpr()
|
| H A D | StmtPrinter.cpp | 1085 OS << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
|
| H A D | ASTImporter.cpp | 6540 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 D | ASTWriterStmt.cpp | 588 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 D | SemaTemplateInstantiate.cpp | 1428 return getSema().BuildPredefinedExpr(E->getLocation(), E->getIdentKind()); in TransformPredefinedExpr()
|
| H A D | TreeTransform.h | 10182 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 D | CGExpr.cpp | 2954 PredefinedExpr::getIdentKindName(E->getIdentKind()), FnName}; in EmitPredefinedLValue()
|