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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 268 varDecl(hasName("z_float"),
272 varDecl(hasName("z_float"),
276 varDecl(hasName("z_char"),
293 varDecl(hasName("z_float"),
297 varDecl(hasName("z_float"),
301 varDecl(hasName("z_char"),
397 hasArgument(0, declRefExpr(to(varDecl())))))));
400 hasArgument(0, declRefExpr(to(varDecl()))),
405 hasArgument(0, declRefExpr(to(varDecl()))),
411 hasArgument(0, declRefExpr(to(varDecl()))),
    [all...]
  /external/clang/unittests/AST/
SourceLocationTest.cpp 32 LocationVerifier<VarDecl> Verifier;
34 EXPECT_FALSE(Verifier.match("int i", varDecl()));
38 LocationVerifier<VarDecl> Verifier;
46 EXPECT_FALSE(Verifier.match("int i;", varDecl()));
50 LocationVerifier<VarDecl> Verifier;
52 EXPECT_FALSE(Verifier.match("int i;", varDecl()));
56 RangeVerifier<VarDecl> Verifier;
58 EXPECT_FALSE(Verifier.match("int i;", varDecl()));
83 EXPECT_TRUE(Verifier.match("void f(i) {}", varDecl(), Lang_C));
89 EXPECT_TRUE(Verifier.match("void f(i) {}", varDecl(), Lang_C))
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 108 matches("int x;", VariantValue(varDecl()).getTypedMatcher<Decl>()));
112 EXPECT_FALSE(VariantValue(varDecl()).hasTypedMatcher<Stmt>());
117 EXPECT_DEATH(VariantValue(varDecl()).getTypedMatcher<Stmt>(),
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 86 declRefExpr(to(varDecl(hasName("a"))))))))),
  /external/chromium_org/tools/clang/empty_string/
EmptyStringConverter.cpp 36 using clang::ast_matchers::varDecl;
110 match_finder->addMatcher(varDecl(forEach(expr(has(constructor_call)))),
  /external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
RewriteScopedPtrCtorNull.cpp 36 using clang::ast_matchers::varDecl;
113 match_finder->addMatcher(varDecl(forEach(constructor_call)),
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 389 REGISTER_MATCHER(varDecl);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 549 const VarDecl *varDecl = Dtor.getVarDecl();
550 QualType varType = varDecl->getType();
553 SVal dest = state->getLValue(varDecl, Pred->getLocationContext());
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 338 /// varDecl(hasInitializer(ignoringImpCasts(integerLiteral())))
339 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
344 /// varDecl(hasInitializer(integerLiteral()))
345 /// varDecl(hasInitializer(declRefExpr()))
365 /// varDecl(hasInitializer(ignoringParenCasts(integerLiteral())))
368 /// varDecl(hasInitializer(integerLiteral()))
388 /// varDecl(hasInitializer(ignoringParenImpCasts(integerLiteral())))
389 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
392 /// varDecl(hasInitializer(integerLiteral()))
393 /// varDecl(hasInitializer(declRefExpr())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 228 milliseconds