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

1 2 3

  /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) { }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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) { }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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) { }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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) { }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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) { }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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) { }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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) { }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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) { }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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/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...]
DebugInfoMetadata.cpp 413 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
422 (Scope, Name, LinkageName, File, Line, Type, IsLocalToUnit, IsDefinition,
430 IsDefinition, IsOptimized),
511 Metadata *Type, bool IsLocalToUnit, bool IsDefinition,
519 IsLocalToUnit, IsDefinition, Variable,
523 DEFINE_GETIMPL_STORE(DIGlobalVariable, (Line, IsLocalToUnit, IsDefinition),
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /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/llvm/bindings/go/llvm/
DIBuilderBindings.h 57 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition,
DIBuilderBindings.cpp 76 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition,
82 IsLocalToUnit, IsDefinition, ScopeLine, Flags,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 461 bool IsDefinition = true) const;
  /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...]

Completed in 1166 milliseconds

1 2 3