HomeSort by relevance Sort by last modified time
    Searched refs:IntegerLiteral (Results 26 - 46 of 46) sorted by null

12

  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 338 /// varDecl(hasInitializer(ignoringImpCasts(integerLiteral())))
344 /// varDecl(hasInitializer(integerLiteral()))
365 /// varDecl(hasInitializer(ignoringParenCasts(integerLiteral())))
368 /// varDecl(hasInitializer(integerLiteral()))
388 /// varDecl(hasInitializer(ignoringParenImpCasts(integerLiteral())))
392 /// varDecl(hasInitializer(integerLiteral()))
1061 /// Not matching Hex-encoded chars (e.g. 0x1234, which is a IntegerLiteral),
1078 IntegerLiteral> integerLiteral;
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 471 Expr *one = IntegerLiteral::Create(S.Context, oneV, S.Context.IntTy,
    [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDeclAttr.cpp 463 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(ArgExp);
    [all...]
SemaInit.cpp     [all...]
SemaExprObjC.cpp 365 if (isa<IntegerLiteral>(OrigElement) ||
    [all...]
SemaTemplate.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 458 void ASTStmtReader::VisitIntegerLiteral(IntegerLiteral *E) {
918 // could be one of several IntegerLiteral, FloatLiteral, etc.
    [all...]
ASTWriterStmt.cpp 380 void ASTStmtWriter::VisitIntegerLiteral(IntegerLiteral *E) {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 182 Value *VisitIntegerLiteral(const IntegerLiteral *E) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 118 class IntegerLiteral;
    [all...]

Completed in 571 milliseconds

12