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

  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 47 DeclAccessPair FoundDecl,
49 : Access(FoundDecl.getAccess()), IsMember(true),
50 Target(FoundDecl.getDecl()), NamingClass(NamingClass),
Initialization.h 729 DeclAccessPair FoundDecl;
    [all...]
SemaInternal.h 130 void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
Sema.h     [all...]
Lookup.h 697 /// FoundDecl() function to process declarations as they are found.
720 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
Overload.h 596 /// FoundDecl - The original declaration that was looked up /
599 DeclAccessPair FoundDecl;
  /external/clang/lib/Sema/
SemaOverload.cpp 48 CreateFunctionRefExpr(Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl,
52 if (S.DiagnoseUseOfDecl(FoundDecl, Loc))
54 // If FoundDecl is different from Fn (such as if one is a template
58 // DiagnoseUseOfDecl to accept both the FoundDecl and the decl
60 if (FoundDecl != Fn && S.DiagnoseUseOfDecl(Fn, Loc))
    [all...]
SemaExprMember.cpp 763 FieldDecl *Field, DeclAccessPair FoundDecl,
770 DeclAccessPair foundDecl,
853 foundDecl, memberNameInfo).get();
    [all...]
SemaStmtAsm.cpp 637 NamedDecl *FoundDecl = CurrBaseResult.getFoundDecl();
638 if (VarDecl *VD = dyn_cast<VarDecl>(FoundDecl))
640 else if (TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(FoundDecl)) {
643 } else if (TypeDecl *TD = dyn_cast<TypeDecl>(FoundDecl))
645 else if (FieldDecl *TD = dyn_cast<FieldDecl>(FoundDecl))
SemaInit.cpp     [all...]
SemaStmt.cpp     [all...]
SemaAccess.cpp 158 DeclAccessPair FoundDecl,
161 FoundDecl, BaseObjectType) {
    [all...]
SemaLookup.cpp     [all...]
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 602 clang::DeclAccessPair FoundDecl =
612 FoundDecl,
636 clang::DeclAccessPair FoundDecl =
646 FoundDecl,
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 575 DeclAccessPair FoundDecl = E->getFoundDecl();
576 Writer.AddDeclRef(FoundDecl.getDecl(), Record);
577 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 105 milliseconds