HomeSort by relevance Sort by last modified time
    Searched refs:CXXBoolLiteralExpr (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/unittests/Tooling/
RecursiveASTVisitorTestExprVisitor.cpp 58 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 27 class CXXBoolLiteralExpr;
242 nonloc::ConcreteInt makeBoolVal(const CXXBoolLiteralExpr *boolean);
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 90 nonloc::ConcreteInt SValBuilder::makeBoolVal(const CXXBoolLiteralExpr *boolean){
277 return makeBoolVal(cast<CXXBoolLiteralExpr>(E));
  /external/clang/lib/Analysis/
ReachableCode.cpp 44 isa<CXXBoolLiteralExpr>(Ex) || isa<ObjCBoolLiteralExpr>(Ex) ||
ThreadSafety.cpp     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp 512 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node);
    [all...]
StmtPrinter.cpp     [all...]
StmtProfile.cpp 1132 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) {
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 764 if (const CXXBoolLiteralExpr *BE = dyn_cast<CXXBoolLiteralExpr>(Arg))
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 546 VISIT(CXXBoolLiteralExpr);
606 IGNORE_EXPR(CXXBoolLiteralExpr);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
ASTMatchers.h     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 434 class CXXBoolLiteralExpr : public Expr {
438 CXXBoolLiteralExpr(bool val, QualType Ty, SourceLocation l) :
443 explicit CXXBoolLiteralExpr(EmptyShell Empty)
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 430 isa<CXXBoolLiteralExpr>(OrigElement)) {
433 : (isa<CXXBoolLiteralExpr>(OrigElement) ||
    [all...]
SemaInit.cpp     [all...]
SemaStmt.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExprCXX.cpp 591 CXXBoolLiteralExpr(Kind == tok::kw_true, Context.BoolTy, OpLoc);
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 237 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) {
    [all...]

Completed in 1347 milliseconds

1 2