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

  /external/clang/include/clang/Sema/
Overload.h 596 /// FoundDecl - The original declaration that was looked up /
599 DeclAccessPair FoundDecl;
Initialization.h 729 DeclAccessPair FoundDecl;
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 763 FieldDecl *Field, DeclAccessPair FoundDecl,
770 DeclAccessPair foundDecl,
853 foundDecl, memberNameInfo).get();
    [all...]
SemaInit.cpp     [all...]
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...]
SemaStmt.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...]

Completed in 68 milliseconds