HomeSort by relevance Sort by last modified time
    Searched defs:IsDefinition (Results 1 - 7 of 7) 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/clang/lib/AST/
DeclBase.cpp 474 bool Decl::canBeWeakImported(bool &IsDefinition) const {
475 IsDefinition = false;
480 IsDefinition = true;
488 IsDefinition = true;
505 bool IsDefinition;
506 if (!canBeWeakImported(IsDefinition))
    [all...]
  /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/llvm/lib/IR/
LLVMContextImpl.h 528 bool IsDefinition;
542 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
549 IsDefinition(IsDefinition), ScopeLine(ScopeLine),
558 IsLocalToUnit(N->isLocalToUnit()), IsDefinition(N->isDefinition()),
571 IsDefinition == RHS->isDefinition() &&
584 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType,
693 bool IsDefinition;
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 419 milliseconds