Home
last modified time | relevance | path

Searched refs:CharacterLiteral (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp457 const CharacterLiteral *CharLit1 = cast<CharacterLiteral>(Stmt1); in isIdenticalStmt()
458 const CharacterLiteral *CharLit2 = cast<CharacterLiteral>(Stmt2); in isIdenticalStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp92 CharacterLiteral::print(Val.getZExtValue(), CharacterLiteralKind::Ascii, in printIntegral()
106 CharacterLiteral::print(Val.getExtValue(), Kind, Out); in printIntegral()
H A DASTStructuralEquivalence.cpp202 bool IsStmtEquivalent(const CharacterLiteral *E1, in IsStmtEquivalent()
203 const CharacterLiteral *E2) { in IsStmtEquivalent()
H A DStmtPrinter.cpp1307 void StmtPrinter::VisitCharacterLiteral(CharacterLiteral *Node) { in VisitCharacterLiteral()
1308 CharacterLiteral::print(Node->getValue(), Node->getKind(), OS); in VisitCharacterLiteral()
H A DJSONNodeDumper.cpp1617 void JSONNodeDumper::VisitCharacterLiteral(const CharacterLiteral *CL) { in VisitCharacterLiteral()
H A DStmtProfile.cpp1367 void StmtProfiler::VisitCharacterLiteral(const CharacterLiteral *S) { in VisitCharacterLiteral()
H A DTextNodeDumper.cpp1431 void TextNodeDumper::VisitCharacterLiteral(const CharacterLiteral *Node) { in VisitCharacterLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtDataCollectors.td100 class CharacterLiteral {
H A DTextNodeDumper.h276 void VisitCharacterLiteral(const CharacterLiteral *Node);
H A DJSONNodeDumper.h327 void VisitCharacterLiteral(const CharacterLiteral *CL);
H A DExpr.h1591 class CharacterLiteral : public Expr {
1596 CharacterLiteral(unsigned value, CharacterLiteralKind kind, QualType type, in CharacterLiteral() function
1605 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() function
H A DStmt.h497 friend class CharacterLiteral;
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp644 const CharacterLiteral *Arg, in rewriteToCharLiteral()
755 if (const CharacterLiteral *CharE = dyn_cast<CharacterLiteral>(Arg)) in rewriteToNumberLiteral()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp542 bool VisitCharacterLiteral(const CharacterLiteral *E) { return true; } in VisitCharacterLiteral()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp219 SKIP(CharacterLiteral)
H A DReachableCode.cpp48 isa<CharacterLiteral>(Ex) || in isTrivialExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td67 def CharacterLiteral : StmtNode<Expr>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp327 if (CharacterLiteral *Char = dyn_cast<CharacterLiteral>(Number)) { in BuildObjCNumericLiteral()
433 isa<CharacterLiteral>(OrigElement) || in CheckObjCCollectionLiteralElement()
439 int Which = isa<CharacterLiteral>(OrigElement) ? 1 in CheckObjCCollectionLiteralElement()
618 if (const CharacterLiteral *Char = in BuildObjCBoxedExpr()
619 dyn_cast<CharacterLiteral>(ValueExpr->IgnoreParens())) { in BuildObjCBoxedExpr()
5113 if ((isa<IntegerLiteral>(SrcExpr) || isa<CharacterLiteral>(SrcExpr) || in CheckConversionToObjCLiteral()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h154 bool VisitCharacterLiteral(const CharacterLiteral *E);
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2447 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CharacterLiteral>
5855 AST_POLYMORPHIC_SUPPORTED_TYPES(CharacterLiteral,
5864 AST_POLYMORPHIC_SUPPORTED_TYPES(CharacterLiteral,
5873 AST_POLYMORPHIC_SUPPORTED_TYPES(CharacterLiteral,
H A DASTMatchersInternal.h1727 static_assert(std::is_base_of<CharacterLiteral, T>::value ||
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp77 return isa<IntegerLiteral, CharacterLiteral, FloatingLiteral, in isNumericLiteralExpression()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1544 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) in isSimpleZero()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1136 bool WalkUpFromCharacterLiteral(CharacterLiteral *S) { in WalkUpFromCharacterLiteral()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp695 void ASTStmtReader::VisitCharacterLiteral(CharacterLiteral *E) { in VisitCharacterLiteral()
3085 S = new (Context) CharacterLiteral(Empty); in ReadStmtFromStream()

12