Searched refs:varDecl (Results 1 - 13 of 13) sorted by relevance

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp284 varDecl(hasName("z_float"),
288 varDecl(hasName("z_float"),
292 varDecl(hasName("z_char"),
309 varDecl(hasName("z_float"),
313 varDecl(hasName("z_float"),
317 varDecl(hasName("z_char"),
413 hasArgument(0, declRefExpr(to(varDecl())))))));
416 hasArgument(0, declRefExpr(to(varDecl()))),
421 hasArgument(0, declRefExpr(to(varDecl()))),
427 hasArgument(0, declRefExpr(to(varDecl()))),
[all...]
/external/clang/unittests/AST/
H A DSourceLocationTest.cpp34 EXPECT_FALSE(Verifier.match("int i", varDecl()));
46 EXPECT_FALSE(Verifier.match("int i;", varDecl()));
52 EXPECT_FALSE(Verifier.match("int i;", varDecl()));
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));
116 varDecl(), Lang_C89));
/external/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp133 matches("int x;", VariantValue(VariantMatcher::SingleMatcher(varDecl()))
142 EXPECT_FALSE(VariantValue(VariantMatcher::SingleMatcher(varDecl()))
149 EXPECT_DEATH(VariantValue(VariantMatcher::SingleMatcher(varDecl()))
/external/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp86 declRefExpr(to(varDecl(hasName("a"))))))))),
/external/chromium_org/tools/clang/empty_string/
H A DEmptyStringConverter.cpp37 using clang::ast_matchers::varDecl;
111 match_finder->addMatcher(varDecl(forEach(expr(has(constructor_call)))),
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp298 on(declRefExpr(to(id("var", varDecl(hasLocalStorage())))));
353 varDecl(hasInitializer(initialized_with_temporary),
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp809 const glu::VariableDeclaration* varDecl = (path[0].isInterfaceBlock()) ? (path[1].getDeclaration()) : (path[0].getDeclaration());
821 else if (varDecl->storage == glu::STORAGE_UNIFORM)
824 return varDecl->layout.location;
826 else if (varDecl->storage == glu::STORAGE_IN || varDecl->storage == glu::STORAGE_OUT)
829 return getIOSubVariableLocation(path, 1, varDecl->layout.location);
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp311 REGISTER_MATCHER(varDecl);
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp578 const VarDecl *varDecl = Dtor.getVarDecl(); local
579 QualType varType = varDecl->getType();
582 SVal dest = state->getLValue(varDecl, Pred->getLocationContext());
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h358 /// varDecl(hasInitializer(ignoringImpCasts(integerLiteral())))
359 /// varDecl(hasInitializer(ignoringImpCasts(declRefExpr())))
364 /// varDecl(hasInitializer(integerLiteral()))
365 /// varDecl(hasInitializer(declRefExpr()))
385 /// varDecl(hasInitializer(ignoringParenCasts(integerLiteral())))
388 /// varDecl(hasInitializer(integerLiteral()))
408 /// varDecl(hasInitializer(ignoringParenImpCasts(integerLiteral())))
409 /// varDecl(hasInitializer(ignoringParenImpCasts(declRefExpr())))
412 /// varDecl(hasInitializer(integerLiteral()))
413 /// varDecl(hasInitialize
567 const internal::VariadicDynCastAllOfMatcher<Decl, VarDecl> varDecl; member in namespace:clang::ast_matchers
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 427 milliseconds