HomeSort by relevance Sort by last modified time
    Searched refs:CharacterLiteral (Results 1 - 22 of 22) sorted by null

  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 348 const CharacterLiteral *Arg,
350 if (Arg->getKind() != CharacterLiteral::Ascii)
463 if (const CharacterLiteral *CharE = dyn_cast<CharacterLiteral>(Arg))
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 64 const CharacterLiteral* C = cast<CharacterLiteral>(E);
  /external/clang/lib/Sema/
SemaExprObjC.cpp 245 if (CharacterLiteral *Char = dyn_cast<CharacterLiteral>(Number)) {
249 case CharacterLiteral::Ascii:
253 case CharacterLiteral::Wide:
257 case CharacterLiteral::UTF16:
261 case CharacterLiteral::UTF32:
343 isa<CharacterLiteral>(OrigElement) ||
348 int Which = isa<CharacterLiteral>(OrigElement) ? 1
485 if (const CharacterLiteral *Char =
486 dyn_cast<CharacterLiteral>(ValueExpr->IgnoreParens()))
    [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 647 void StmtPrinter::VisitCharacterLiteral(CharacterLiteral *Node) {
651 case CharacterLiteral::Ascii: break; // no prefix.
652 case CharacterLiteral::Wide: OS << 'L'; break;
653 case CharacterLiteral::UTF16: OS << 'u'; break;
654 case CharacterLiteral::UTF32: OS << 'U'; break;
    [all...]
StmtDumper.cpp 140 void VisitCharacterLiteral(CharacterLiteral *Node);
430 void StmtDumper::VisitCharacterLiteral(CharacterLiteral *Node) {
StmtProfile.cpp 269 void StmtProfiler::VisitCharacterLiteral(const CharacterLiteral *S) {
ASTImporter.cpp 167 Expr *VisitCharacterLiteral(CharacterLiteral *E);
    [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 834 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E))
    [all...]
CGExprScalar.cpp 177 Value *VisitCharacterLiteral(const CharacterLiteral *E) {
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 547 VISIT(CharacterLiteral);
610 IGNORE_EXPR(CharacterLiteral);
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
RecursiveASTVisitor.h     [all...]
Stmt.h 167 friend class CharacterLiteral;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 404 void ASTStmtReader::VisitCharacterLiteral(CharacterLiteral *E) {
408 E->setKind(static_cast<CharacterLiteral::CharacterKind>(Record[Idx++]));
    [all...]
ASTWriterStmt.cpp 349 void ASTStmtWriter::VisitCharacterLiteral(CharacterLiteral *E) {
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 166 } else if (isa<CharacterLiteral>(Exp) ||
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 124 milliseconds