HomeSort by relevance Sort by last modified time
    Searched defs:getFoundDecl (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/include/clang/Sema/
TypoCorrection.h 134 NamedDecl *getFoundDecl() const {
140 auto *D = getFoundDecl();
Lookup.h 42 /// criteria. getFoundDecl() will return this declaration.
291 /// getFoundDecl().
493 return dyn_cast<DeclClass>(getFoundDecl());
501 NamedDecl *getFoundDecl() const {
503 && "getFoundDecl called on non-unique result");
515 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 134 NamedDecl *getFoundDecl() const {
140 auto *D = getFoundDecl();
Lookup.h 42 /// criteria. getFoundDecl() will return this declaration.
291 /// getFoundDecl().
493 return dyn_cast<DeclClass>(getFoundDecl());
501 NamedDecl *getFoundDecl() const {
503 && "getFoundDecl called on non-unique result");
515 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 134 NamedDecl *getFoundDecl() const {
140 auto *D = getFoundDecl();
Lookup.h 42 /// criteria. getFoundDecl() will return this declaration.
291 /// getFoundDecl().
493 return dyn_cast<DeclClass>(getFoundDecl());
501 NamedDecl *getFoundDecl() const {
503 && "getFoundDecl called on non-unique result");
515 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 134 NamedDecl *getFoundDecl() const {
140 auto *D = getFoundDecl();
Lookup.h 42 /// criteria. getFoundDecl() will return this declaration.
291 /// getFoundDecl().
493 return dyn_cast<DeclClass>(getFoundDecl());
501 NamedDecl *getFoundDecl() const {
503 && "getFoundDecl called on non-unique result");
515 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 134 NamedDecl *getFoundDecl() const {
140 auto *D = getFoundDecl();
Lookup.h 42 /// criteria. getFoundDecl() will return this declaration.
291 /// getFoundDecl().
493 return dyn_cast<DeclClass>(getFoundDecl());
501 NamedDecl *getFoundDecl() const {
503 && "getFoundDecl called on non-unique result");
515 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 134 NamedDecl *getFoundDecl() const {
140 auto *D = getFoundDecl();
Lookup.h 42 /// criteria. getFoundDecl() will return this declaration.
291 /// getFoundDecl().
493 return dyn_cast<DeclClass>(getFoundDecl());
501 NamedDecl *getFoundDecl() const {
503 && "getFoundDecl called on non-unique result");
515 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 134 NamedDecl *getFoundDecl() const {
140 auto *D = getFoundDecl();
Lookup.h 42 /// criteria. getFoundDecl() will return this declaration.
291 /// getFoundDecl().
493 return dyn_cast<DeclClass>(getFoundDecl());
501 NamedDecl *getFoundDecl() const {
503 && "getFoundDecl called on non-unique result");
515 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 134 NamedDecl *getFoundDecl() const {
140 auto *D = getFoundDecl();
Lookup.h 42 /// criteria. getFoundDecl() will return this declaration.
291 /// getFoundDecl().
493 return dyn_cast<DeclClass>(getFoundDecl());
501 NamedDecl *getFoundDecl() const {
503 && "getFoundDecl called on non-unique result");
515 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
TypoCorrection.h 134 NamedDecl *getFoundDecl() const {
140 auto *D = getFoundDecl();
Lookup.h 42 /// criteria. getFoundDecl() will return this declaration.
291 /// getFoundDecl().
493 return dyn_cast<DeclClass>(getFoundDecl());
501 NamedDecl *getFoundDecl() const {
503 && "getFoundDecl called on non-unique result");
515 return getResultKind() == Found && isa<TagDecl>(getFoundDecl());
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]

Completed in 696 milliseconds

1 2