HomeSort by relevance Sort by last modified time
    Searched defs:IsDefinition (Results 1 - 17 of 17) sorted by null

  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 231 const VariantMatcher IsDefinition = constructMatcher("isDefinition");
233 constructMatcher("varDecl", IsDefinition).getTypedMatcher<Decl>();
235 constructMatcher("recordDecl", IsDefinition).getTypedMatcher<Decl>();
237 constructMatcher("functionDecl", IsDefinition).getTypedMatcher<Decl>();
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 119 def IsDefinition(self):
277 def IsDefinition(self):
301 def IsDefinition(self):
330 def IsDefinition(self):
373 def IsDefinition(self):
450 def IsDefinition(self):
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 120 def IsDefinition(self):
278 def IsDefinition(self):
302 def IsDefinition(self):
331 def IsDefinition(self):
374 def IsDefinition(self):
451 def IsDefinition(self):
    [all...]
  /external/v8/testing/gmock/scripts/generator/cpp/
ast.py 120 def IsDefinition(self):
278 def IsDefinition(self):
302 def IsDefinition(self):
331 def IsDefinition(self):
374 def IsDefinition(self):
451 def IsDefinition(self):
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 543 bool Decl::canBeWeakImported(bool &IsDefinition) const {
544 IsDefinition = false;
549 IsDefinition = true;
557 IsDefinition = true;
574 bool IsDefinition;
575 if (!canBeWeakImported(IsDefinition))
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 526 bool IsDefinition;
541 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
548 IsDefinition(IsDefinition), ScopeLine(ScopeLine),
558 IsLocalToUnit(N->isLocalToUnit()), IsDefinition(N->isDefinition()),
571 IsDefinition == RHS->isDefinition() &&
587 if (!IsDefinition && LinkageName)
603 return isDeclarationOfODRMember(LHS.IsDefinition, LHS.Scope
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 557 milliseconds