Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp542 bool VisitCharacterLiteral(const CharacterLiteral *E) { return true; } in VisitCharacterLiteral() function in clang::TrivialFunctionAnalysisVisitor
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h276 void VisitCharacterLiteral(const CharacterLiteral *Node);
H A DJSONNodeDumper.h327 void VisitCharacterLiteral(const CharacterLiteral *CL);
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h154 bool VisitCharacterLiteral(const CharacterLiteral *E);
H A DCompiler.cpp1979 bool Compiler<Emitter>::VisitCharacterLiteral(const CharacterLiteral *E) { in VisitCharacterLiteral() function in Compiler
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1617 void JSONNodeDumper::VisitCharacterLiteral(const CharacterLiteral *CL) { in VisitCharacterLiteral() function in JSONNodeDumper
H A DStmtProfile.cpp1367 void StmtProfiler::VisitCharacterLiteral(const CharacterLiteral *S) { in VisitCharacterLiteral() function in StmtProfiler
H A DTextNodeDumper.cpp1431 void TextNodeDumper::VisitCharacterLiteral(const CharacterLiteral *Node) { in VisitCharacterLiteral() function in TextNodeDumper
H A DStmtPrinter.cpp1307 void StmtPrinter::VisitCharacterLiteral(CharacterLiteral *Node) { in VisitCharacterLiteral() function in StmtPrinter
H A DASTImporter.cpp586 ExpectedStmt VisitCharacterLiteral(CharacterLiteral *E);
7568 ExpectedStmt ASTNodeImporter::VisitCharacterLiteral(CharacterLiteral *E) { in VisitCharacterLiteral() function in ASTNodeImporter
H A DExprConstant.cpp11571 bool VisitCharacterLiteral(const CharacterLiteral *E) { in VisitCharacterLiteral() function in __anonfb577fba2511::IntExprEvaluator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp770 void ASTStmtWriter::VisitCharacterLiteral(CharacterLiteral *E) { in VisitCharacterLiteral() function in ASTStmtWriter
H A DASTReaderStmt.cpp695 void ASTStmtReader::VisitCharacterLiteral(CharacterLiteral *E) { in VisitCharacterLiteral() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1831 void VisitCharacterLiteral(CharacterLiteral *E) { } in VisitCharacterLiteral() function in __anon4f6f6e9d0d11::DeclExtractor
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp476 Value *VisitCharacterLiteral(const CharacterLiteral *E) { in VisitCharacterLiteral() function in __anone7cacfbd0111::ScalarExprEmitter