HomeSort by relevance Sort by last modified time
    Searched refs:IsDefinition (Results 1 - 10 of 10) 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) { }
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 469 bool IsDefinition = true) const;
  /external/clang/lib/AST/
DeclBase.cpp 412 bool Decl::canBeWeakImported(bool &IsDefinition) const {
413 IsDefinition = false;
416 IsDefinition = true;
421 IsDefinition = true;
434 bool IsDefinition;
435 if (!canBeWeakImported(IsDefinition))
    [all...]
  /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 577 /// \param IsDefinition Set to \c true to indicate that this
579 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/include/clang/Sema/
Sema.h     [all...]

Completed in 1030 milliseconds