Searched refs:getIdentKind (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtDataCollectors.td | 30 addData(S->getIdentKind());
|
H A D | Expr.h | 2018 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 D | ASTStructuralEquivalence.cpp | 281 return E1->getIdentKind() == E2->getIdentKind(); in IsStmtEquivalent()
|
H A D | Expr.cpp | 669 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 D | JSONNodeDumper.cpp | 1252 JOS.attribute("name", PredefinedExpr::getIdentKindName(PE->getIdentKind())); in VisitPredefinedExpr()
|
H A D | StmtProfile.cpp | 1305 ID.AddInteger(S->getIdentKind()); in VisitPredefinedExpr()
|
H A D | TextNodeDumper.cpp | 1083 OS << " " << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
|
H A D | StmtPrinter.cpp | 1248 OS << PredefinedExpr::getIdentKindName(Node->getIdentKind()); in VisitPredefinedExpr()
|
H A D | ASTImporter.cpp | 6917 SourceLocExpr(Importer.getToContext(), E->getIdentKind(), ToType, BLoc, in VisitSourceLocExpr() 7035 E->getIdentKind(), ToFunctionName); in VisitPredefinedExpr()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 595 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 D | SemaTemplateInstantiate.cpp | 1690 return getSema().BuildPredefinedExpr(E->getLocation(), E->getIdentKind()); in TransformPredefinedExpr()
|
H A D | TreeTransform.h | 10687 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 D | CGExpr.cpp | 3015 PredefinedExpr::getIdentKindName(E->getIdentKind()), FnName}; in EmitPredefinedLValue()
|