Searched refs:getIdentKind (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1974 assert(!hasFunctionName() && getIdentKind() == UniqueStableNameType &&
1980 assert(!hasFunctionName() && getIdentKind() == UniqueStableNameExpr &&
1990 return getIdentKind() == UniqueStableNameType && !hasFunctionName();
1993 return getIdentKind() == UniqueStableNameExpr && !hasFunctionName();
2011 IdentKind getIdentKind() const {
2031 assert(!hasFunctionName() && getIdentKind() == UniqueStableNameType &&
2037 assert(!hasFunctionName() && getIdentKind() == UniqueStableNameType &&
2043 assert(!hasFunctionName() && getIdentKind() == UniqueStableNameExpr &&
2049 assert(!hasFunctionName() && getIdentKind() == UniqueStableNameExpr &&
4540 IdentKind getIdentKind() cons function in class:clang::final::final
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1419 if (E->getIdentKind() == PredefinedExpr::UniqueStableNameType) {
1432 if (E->getIdentKind() == PredefinedExpr::UniqueStableNameExpr) {
1454 if (E->getIdentKind() == PredefinedExpr::UniqueStableNameType ||
1455 E->getIdentKind() == PredefinedExpr::UniqueStableNameExpr)
1458 return getSema().BuildPredefinedExpr(E->getLocation(), E->getIdentKind());
H A DTreeTransform.h9919 E->getIdentKind());
11135 bool NeedRebuildFunc = E->getIdentKind() == SourceLocExpr::Function &&
11141 return getDerived().RebuildSourceLocExpr(E->getIdentKind(), E->getBeginLoc(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp502 assert((getIdentKind() == IK) &&
516 assert((getIdentKind() == IK) &&
530 assert((getIdentKind() == IK) &&
2067 switch (getIdentKind()) {
2105 switch (getIdentKind()) {
2118 IntVal = getIdentKind() == SourceLocExpr::Line ? PLoc.getLine()
H A DJSONNodeDumper.cpp1161 JOS.attribute("name", PredefinedExpr::getIdentKindName(PE->getIdentKind()));
H A DStmtPrinter.cpp1053 OS << PredefinedExpr::getIdentKindName(Node->getIdentKind());
H A DStmtProfile.cpp1134 ID.AddInteger(S->getIdentKind());
H A DASTImporter.cpp6451 E->getIdentKind(), ToFunctionName);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp583 Record.push_back(E->getIdentKind()); // FIXME: stable encoding
1141 Record.push_back(E->getIdentKind());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2896 PredefinedExpr::getIdentKindName(E->getIdentKind()), FnName};

Completed in 199 milliseconds