reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Expr.h
 4293     switch (getIdentKind()) {
tools/clang/lib/AST/Expr.cpp
 2160   switch (getIdentKind()) {
 2198   switch (getIdentKind()) {
 2211     IntVal = getIdentKind() == SourceLocExpr::Line ? PLoc.getLine()
tools/clang/lib/Sema/TreeTransform.h
10320   bool NeedRebuildFunc = E->getIdentKind() == SourceLocExpr::Function &&
10326   return getDerived().RebuildSourceLocExpr(E->getIdentKind(), E->getBeginLoc(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  958   Record.push_back(E->getIdentKind());