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

  /external/clang/include/clang/Lex/
CodeCompletionHandler.h 45 /// \param IsDefinition Whether this is the definition of a macro, e.g.,
47 virtual void CodeCompleteMacroName(bool IsDefinition) { }
  /art/compiler/sea_ir/ir/
instruction_tools.h 121 static bool IsDefinition(const art::Instruction* instruction);
instruction_nodes.h 158 DCHECK(InstructionTools::IsDefinition(inst) == false);
240 DCHECK(InstructionTools::IsDefinition(inst) == false);
sea.cc 647 if (instruction_->HasVRegA() && InstructionTools::IsDefinition(instruction_)) {
667 if (!InstructionTools::IsDefinition(instruction_) && (instruction_->HasVRegA())) {
instruction_tools.cc 21 bool InstructionTools::IsDefinition(const art::Instruction* const instruction) {
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 152 const MatcherList IsDefinition = constructMatcher("isDefinition");
154 constructMatcher("varDecl", IsDefinition).getTypedMatcher<Decl>();
156 constructMatcher("recordDecl", IsDefinition).getTypedMatcher<Decl>();
158 constructMatcher("functionDecl", IsDefinition).getTypedMatcher<Decl>();
  /external/clang/lib/AST/
DeclBase.cpp 433 bool Decl::canBeWeakImported(bool &IsDefinition) const {
434 IsDefinition = false;
439 IsDefinition = true;
447 IsDefinition = true;
464 bool IsDefinition;
465 if (!canBeWeakImported(IsDefinition))
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 478 bool IsDefinition = true) const;
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 214 bool IsDefinition = !F.isDeclaration();
221 Sig, Local, IsDefinition, ScopeLine, FuncFlags, IsOptimized, &F);
  /external/chromium/testing/gmock/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/clang/lib/Parse/
Parser.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h 594 /// \param IsDefinition Set to \c true to indicate that this
596 bool canBeWeakImported(bool &IsDefinition) const;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 684 milliseconds