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

  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 46 DeclAccessPair FoundDecl,
48 : Access(FoundDecl.getAccess()), IsMember(true),
49 Target(FoundDecl.getDecl()), NamingClass(NamingClass),
Initialization.h 702 DeclAccessPair FoundDecl;
    [all...]
Lookup.h 670 /// FoundDecl() function to process declarations as they are found.
688 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
Sema.h     [all...]
Overload.h 608 /// FoundDecl - The original declaration that was looked up /
611 DeclAccessPair FoundDecl;
  /external/clang/lib/Sema/
SemaOverload.cpp 41 CreateFunctionRefExpr(Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl,
45 if (S.DiagnoseUseOfDecl(FoundDecl, Loc))
47 // If FoundDecl is different from Fn (such as if one is a template
51 // DiagnoseUseOfDecl to accept both the FoundDecl and the decl
53 if (FoundDecl != Fn && S.DiagnoseUseOfDecl(Fn, Loc))
    [all...]
SemaExprMember.cpp 718 DeclAccessPair FoundDecl,
725 DeclAccessPair foundDecl,
807 EmptySS, field, foundDecl,
    [all...]
SemaStmtAsm.cpp 442 NamedDecl *FoundDecl = BaseResult.getFoundDecl();
443 if (VarDecl *VD = dyn_cast<VarDecl>(FoundDecl))
445 else if (TypedefDecl *TD = dyn_cast<TypedefDecl>(FoundDecl))
SemaInit.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaAccess.cpp 158 DeclAccessPair FoundDecl,
161 FoundDecl, BaseObjectType) {
    [all...]
TreeTransform.h     [all...]
SemaLookup.cpp     [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 708 clang::DeclAccessPair FoundDecl =
717 FoundDecl,
741 clang::DeclAccessPair FoundDecl =
750 FoundDecl,
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 548 DeclAccessPair FoundDecl = E->getFoundDecl();
549 Writer.AddDeclRef(FoundDecl.getDecl(), Record);
550 Record.push_back(FoundDecl.getAccess());
    [all...]
ASTReaderStmt.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 93 milliseconds