HomeSort by relevance Sort by last modified time
    Searched refs:Decl (Results 126 - 150 of 1114) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 18 class Decl;
116 const Decl *RelatedSymbol;
118 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
129 SymbolInfo getSymbolInfo(const Decl *D);
131 bool isFunctionLocalSymbol(const Decl *D);
140 bool printSymbolName(const Decl *D, const LangOptions &LO, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Template.h 213 const Decl *, llvm::PointerUnion<Decl *, DeclArgumentPack *>, 4>
319 const Decl *D = I->first;
320 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored =
322 if (I->second.is<Decl *>()) {
323 Stored = I->second.get<Decl *>();
355 llvm::PointerUnion<Decl *, DeclArgumentPack *> *
356 findInstantiationOf(const Decl *D);
358 void InstantiatedLocal(const Decl *D, Decl *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 18 class Decl;
116 const Decl *RelatedSymbol;
118 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
129 SymbolInfo getSymbolInfo(const Decl *D);
131 bool isFunctionLocalSymbol(const Decl *D);
140 bool printSymbolName(const Decl *D, const LangOptions &LO, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Template.h 213 const Decl *, llvm::PointerUnion<Decl *, DeclArgumentPack *>, 4>
319 const Decl *D = I->first;
320 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored =
322 if (I->second.is<Decl *>()) {
323 Stored = I->second.get<Decl *>();
355 llvm::PointerUnion<Decl *, DeclArgumentPack *> *
356 findInstantiationOf(const Decl *D);
358 void InstantiatedLocal(const Decl *D, Decl *Inst)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 18 class Decl;
116 const Decl *RelatedSymbol;
118 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
129 SymbolInfo getSymbolInfo(const Decl *D);
131 bool isFunctionLocalSymbol(const Decl *D);
140 bool printSymbolName(const Decl *D, const LangOptions &LO, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Template.h 213 const Decl *, llvm::PointerUnion<Decl *, DeclArgumentPack *>, 4>
319 const Decl *D = I->first;
320 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored =
322 if (I->second.is<Decl *>()) {
323 Stored = I->second.get<Decl *>();
355 llvm::PointerUnion<Decl *, DeclArgumentPack *> *
356 findInstantiationOf(const Decl *D);
358 void InstantiatedLocal(const Decl *D, Decl *Inst)
    [all...]
  /external/clang/include/clang/Index/
USRGeneration.h 17 class Decl;
27 /// \brief Generate a USR for a Decl, including the USR prefix.
29 bool generateUSRForDecl(const Decl *D, SmallVectorImpl<char> &Buf);
  /external/clang/include/clang/Serialization/
ASTDeserializationListener.h 1 //===- ASTDeserializationListener.h - Decl/Type PCH Read Events -*- C++ -*-===//
23 class Decl;
46 /// \brief A decl was deserialized from the AST file.
47 virtual void DeclRead(serialization::DeclID ID, const Decl *D) { }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 45 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
46 SmallVectorImpl<Decl *> &Result) override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 45 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
46 SmallVectorImpl<Decl *> &Result) override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 45 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
46 SmallVectorImpl<Decl *> &Result) override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 45 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
46 SmallVectorImpl<Decl *> &Result) override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 45 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
46 SmallVectorImpl<Decl *> &Result) override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 45 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
46 SmallVectorImpl<Decl *> &Result) override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 45 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
46 SmallVectorImpl<Decl *> &Result) override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 45 llvm::function_ref<bool(Decl::Kind)> IsKindWeWant,
46 SmallVectorImpl<Decl *> &Result) override;
  /external/clang/include/clang/Sema/
Template.h 189 const Decl *, llvm::PointerUnion<Decl *, DeclArgumentPack *>, 4>
295 const Decl *D = I->first;
296 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored =
298 if (I->second.is<Decl *>()) {
299 Stored = I->second.get<Decl *>();
331 llvm::PointerUnion<Decl *, DeclArgumentPack *> *
332 findInstantiationOf(const Decl *D);
334 void InstantiatedLocal(const Decl *D, Decl *Inst)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 10 // This file tracks the usage of variables in a Decl body to see if they are
33 inline static const Decl *getDecl(const Expr *E);
  /external/clang/unittests/AST/
DeclTest.cpp 10 // Unit tests for Decl nodes in the AST.
21 TEST(Decl, CleansUpAPValues) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 10 // This file tracks the usage of variables in a Decl body to see if they are
33 inline static const Decl *getDecl(const Expr *E);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 10 // This file tracks the usage of variables in a Decl body to see if they are
33 inline static const Decl *getDecl(const Expr *E);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 10 // This file tracks the usage of variables in a Decl body to see if they are
33 inline static const Decl *getDecl(const Expr *E);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 10 // This file tracks the usage of variables in a Decl body to see if they are
33 inline static const Decl *getDecl(const Expr *E);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 10 // This file tracks the usage of variables in a Decl body to see if they are
33 inline static const Decl *getDecl(const Expr *E);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
PseudoConstantAnalysis.h 10 // This file tracks the usage of variables in a Decl body to see if they are
33 inline static const Decl *getDecl(const Expr *E);

Completed in 676 milliseconds

1 2 3 4 56 7 8 91011>>