Searched refs:getTargetDecl (Results 1 - 18 of 18) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAccess.cpp176 return (isMemberAccess() && getTargetDecl()->isCXXInstanceMember());
234 getTargetDecl()->isCXXInstanceMember());
239 DeclaringClass = FindDeclaringClass(getTargetDecl());
1045 NamedDecl *D = Target.getTargetDecl();
1097 NamedDecl *D = entity.getTargetDecl();
1164 NamedDecl *D = entity.getTargetDecl();
1255 S.Diag(entity.getTargetDecl()->getLocation(),
1264 NamedDecl *D = (Entity.isMemberAccess() ? Entity.getTargetDecl() : nullptr);
1298 dyn_cast<UsingShadowDecl>(Entity.getTargetDecl())) {
1299 const NamedDecl *OrigDecl = Entity.getTargetDecl()
[all...]
H A DSemaOverload.cpp923 OldD = cast<UsingShadowDecl>(OldD)->getTargetDecl();
3148 D = cast<UsingShadowDecl>(D)->getTargetDecl();
4087 D = cast<UsingShadowDecl>(D)->getTargetDecl();
5260 D = cast<UsingShadowDecl>(D)->getTargetDecl();
5793 Decl = cast<UsingShadowDecl>(Decl)->getTargetDecl();
6781 D = cast<UsingShadowDecl>(D)->getTargetDecl();
6851 D = cast<UsingShadowDecl>(D)->getTargetDecl();
10199 Callee = cast<UsingShadowDecl>(Callee)->getTargetDecl();
11412 Func = cast<UsingShadowDecl>(Func)->getTargetDecl();
11626 D = cast<UsingShadowDecl>(D)->getTargetDecl();
[all...]
H A DSemaCodeComplete.cpp825 MaybeAddResult(Result(Using->getTargetDecl(),
826 getBasePriority(Using->getTargetDecl()),
941 AddResult(Result(Using->getTargetDecl(),
942 getBasePriority(Using->getTargetDecl()),
1154 ND = Using->getTargetDecl();
1164 ND = Using->getTargetDecl();
H A DSemaLookup.cpp2490 Cand = U->getTargetDecl();
2665 D = USD->getTargetDecl();
2848 D = cast<UsingShadowDecl>(D)->getTargetDecl();
H A DSemaInit.cpp3618 D = cast<UsingShadowDecl>(D)->getTargetDecl();
4251 D = cast<UsingShadowDecl>(D)->getTargetDecl();
H A DSemaTemplateInstantiateDecl.cpp2196 Shadow->getLocation(), Shadow->getTargetDecl(), TemplateArgs));
H A DSemaChecking.cpp3816 FDecl = dyn_cast<FunctionDecl>(UsingD->getTargetDecl());
H A DSemaDecl.cpp2398 Diag(Shadow->getTargetDecl()->getLocation(),
2412 Old = dyn_cast<FunctionDecl>(Shadow->getTargetDecl());
2421 Diag(Shadow->getTargetDecl()->getLocation(),
H A DSemaDeclCXX.cpp5992 ND = shad->getTargetDecl();
7318 Target = cast<UsingShadowDecl>(Target)->getTargetDecl();
7401 Target = cast<UsingShadowDecl>(Target)->getTargetDecl();
H A DTreeTransform.h9938 Ty = cast<TypeDecl>((*Using->shadow_begin())->getTargetDecl());
H A DSemaExpr.cpp2618 D = cast<UsingShadowDecl>(D)->getTargetDecl();
/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h70 NamedDecl *getTargetDecl() const { return Target; } function in class:clang::sema::AccessedEntity
/external/clang/lib/AST/
H A DDecl.cpp1457 return cast<UsingShadowDecl>(this)->getTargetDecl() ==
1458 cast<UsingShadowDecl>(OldD)->getTargetDecl();
1501 ND = UD->getTargetDecl();
1515 D = cast<UsingShadowDecl>(D)->getTargetDecl();
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2910 return InnerMatcher.matches(*Node.getTargetDecl(), Finder, Builder);
/external/clang/include/clang/AST/
H A DDeclCXX.h2795 NamedDecl *getTargetDecl() const { return Underlying; } function in class:clang::UsingShadowDecl
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp2363 return USX->getTargetDecl() == USY->getTargetDecl();
H A DASTWriterDecl.cpp955 Writer.AddDeclRef(D->getTargetDecl(), Record);
/external/clang/tools/libclang/
H A DCIndex.cpp4827 MakeCXCursor(cast<UsingShadowDecl>(D)->getTargetDecl(),
4972 return MakeCXCursor(cast<UsingShadowDecl>(*Pos)->getTargetDecl(), TU);

Completed in 2349 milliseconds