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

  /external/clang/lib/Sema/
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...]
SemaOpenMP.cpp     [all...]
SemaLookup.cpp     [all...]
SemaStmt.cpp     [all...]
SemaInit.cpp     [all...]
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...]
  /external/clang/include/clang/Sema/
Overload.h 597 /// FoundDecl - The original declaration that was looked up /
600 DeclAccessPair FoundDecl;
Initialization.h 723 DeclAccessPair FoundDecl;
    [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...]

Completed in 325 milliseconds