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

1 2

  /external/clang/unittests/AST/
ASTImporterTest.cpp 229 declRefExpr(hasDeclaration(varDecl(hasName("ptr"))),
243 has(labelStmt(hasDeclaration(labelDecl(hasName("loop"))))),
244 has(addrLabelExpr(hasDeclaration(labelDecl(hasName("loop")))))
265 hasDeclaration(
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 364 hasDeclaration(cxxMethodDecl(hasName(
383 hasDeclaration(cxxMethodDecl(hasName(
402 hasDeclaration(cxxMethodDecl(hasName(
421 hasDeclaration(cxxMethodDecl(
  /bionic/tools/versioner/src/
DeclarationDatabase.h 168 bool hasDeclaration(const CompilationType& type) const;
DeclarationDatabase.cpp 328 bool Symbol::hasDeclaration(const CompilationType& type) const {
  /external/v8/tools/clang/empty_string/
EmptyStringConverter.cpp 86 hasDeclaration(cxxMethodDecl(ofClass(hasName("std::basic_string")))),
  /external/clang/unittests/ASTMatchers/
ASTMatchersTraversalTest.cpp 148 TypeMatcher TypeA = hasDeclaration(recordDecl(hasName("A")));
154 hasDeclaration(cxxRecordDecl(isDerivedFrom("A")));
160 TypeMatcher TypeAHasClassB = hasDeclaration(
218 TEST(HasDeclaration, HasDeclarationOfEnumType) {
221 qualType(hasDeclaration(enumDecl(hasName("X")))))))));
224 TEST(HasDeclaration, HasGetDeclTraitTest) {
230 TEST(HasDeclaration, HasDeclarationOfTypeWithDecl) {
233 hasType(typedefType(hasDeclaration(decl()))))));
238 TEST(HasDeclaration, HasDeclarationOfTemplateSpecializationType) {
241 hasDeclaration(namedDecl(hasName("A"))))))))
    [all...]
ASTMatchersNodeTest.cpp 196 callExpr(hasDeclaration(cxxMethodDecl(hasName("x"))));
292 hasDeclaration(
    [all...]
ASTMatchersNarrowingTest.cpp 555 TypeMatcher TypeAHasClassB = hasDeclaration(
706 sizeOfExpr(hasArgumentOfType(hasDeclaration(recordDecl(hasName("A")))))));
708 hasArgumentOfType(hasDeclaration(recordDecl(hasName("string")))))));
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 212 hasDeclaration(internal_settings_class_decl))))));
602 // hasDeclaration matches resolved type (Foo or DerivedFoo above).
603 hasDeclaration(namedDecl(hasName(name)))));
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 419 hasDeclaration(is_gtest_assertion_result_ctor)),

Completed in 753 milliseconds

1 2