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 723 DeclAccessPair FoundDecl;
    [all...]
Sema.h     [all...]
Lookup.h 688 /// FoundDecl() function to process declarations as they are found.
711 virtual void FoundDecl(NamedDecl *ND, NamedDecl *Hiding, DeclContext *Ctx,
Overload.h 597 /// FoundDecl - The original declaration that was looked up /
600 DeclAccessPair FoundDecl;
  /external/clang/lib/Sema/
SemaOverload.cpp 43 CreateFunctionRefExpr(Sema &S, FunctionDecl *Fn, NamedDecl *FoundDecl,
47 if (S.DiagnoseUseOfDecl(FoundDecl, Loc))
49 // If FoundDecl is different from Fn (such as if one is a template
53 // DiagnoseUseOfDecl to accept both the FoundDecl and the decl
55 if (FoundDecl != Fn && S.DiagnoseUseOfDecl(Fn, Loc))
    [all...]
SemaStmtAsm.cpp 442 NamedDecl *FoundDecl = BaseResult.getFoundDecl();
443 if (VarDecl *VD = dyn_cast<VarDecl>(FoundDecl))
445 else if (TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(FoundDecl))
447 else if (TypeDecl *TD = dyn_cast<TypeDecl>(FoundDecl))
SemaExprMember.cpp 736 DeclAccessPair FoundDecl,
743 DeclAccessPair foundDecl,
825 EmptySS, field, foundDecl,
    [all...]
SemaInit.cpp     [all...]
SemaStmt.cpp     [all...]
SemaOpenMP.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 692 clang::DeclAccessPair FoundDecl =
701 FoundDecl,
725 clang::DeclAccessPair FoundDecl =
734 FoundDecl,
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 544 DeclAccessPair FoundDecl = E->getFoundDecl();
545 Writer.AddDeclRef(FoundDecl.getDecl(), Record);
546 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 236 milliseconds