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

Definitions

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2682 DEF_TRAVERSE_STMT(CharacterLiteral, {})
tools/clang/lib/AST/StmtProfile.cpp
 1066 void StmtProfiler::VisitCharacterLiteral(const CharacterLiteral *S) {
tools/clang/lib/Sema/TreeTransform.h
 9349 TreeTransform<Derived>::TransformCharacterLiteral(CharacterLiteral *E) {
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  575 void ASTStmtWriter::VisitCharacterLiteral(CharacterLiteral *E) {