Home
last modified time | relevance | path

Searched refs:VisitCharacterLiteral (Results 1 – 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTextNodeDumper.h276 void VisitCharacterLiteral(const CharacterLiteral *Node);
HDJSONNodeDumper.h327 void VisitCharacterLiteral(const CharacterLiteral *CL);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
HDPtrTypesSemantics.cpp542 bool VisitCharacterLiteral(const CharacterLiteral *E) { return true; } in VisitCharacterLiteral() function in clang::TrivialFunctionAnalysisVisitor
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.h154 bool VisitCharacterLiteral(const CharacterLiteral *E);
HDCompiler.cpp1979 bool Compiler<Emitter>::VisitCharacterLiteral(const CharacterLiteral *E) { in VisitCharacterLiteral() function in Compiler
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1617 void JSONNodeDumper::VisitCharacterLiteral(const CharacterLiteral *CL) { in VisitCharacterLiteral() function in JSONNodeDumper
HDStmtProfile.cpp1367 void StmtProfiler::VisitCharacterLiteral(const CharacterLiteral *S) { in VisitCharacterLiteral() function in StmtProfiler
HDStmtPrinter.cpp1307 void StmtPrinter::VisitCharacterLiteral(CharacterLiteral *Node) { in VisitCharacterLiteral() function in StmtPrinter
HDTextNodeDumper.cpp1431 void TextNodeDumper::VisitCharacterLiteral(const CharacterLiteral *Node) { in VisitCharacterLiteral() function in TextNodeDumper
HDASTImporter.cpp586 ExpectedStmt VisitCharacterLiteral(CharacterLiteral *E);
7568 ExpectedStmt ASTNodeImporter::VisitCharacterLiteral(CharacterLiteral *E) { in VisitCharacterLiteral() function in ASTNodeImporter
HDExprConstant.cpp11571 bool VisitCharacterLiteral(const CharacterLiteral *E) { in VisitCharacterLiteral() function in __anonf766b6332511::IntExprEvaluator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp770 void ASTStmtWriter::VisitCharacterLiteral(CharacterLiteral *E) { in VisitCharacterLiteral() function in ASTStmtWriter
HDASTReaderStmt.cpp695 void ASTStmtReader::VisitCharacterLiteral(CharacterLiteral *E) { in VisitCharacterLiteral() function in ASTStmtReader
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmt.cpp1831 void VisitCharacterLiteral(CharacterLiteral *E) { } in VisitCharacterLiteral() function in __anon59f88fb60d11::DeclExtractor
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp476 Value *VisitCharacterLiteral(const CharacterLiteral *E) { in VisitCharacterLiteral() function in __anon2d129ab60111::ScalarExprEmitter