HomeSort by relevance Sort by last modified time
    Searched refs:NamedDecl (Results 76 - 100 of 174) sorted by null

1 2 34 5 6 7

  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 214 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined) override;
  /external/clang/lib/Frontend/
FrontendAction.cpp 89 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D))
112 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D))
MultiplexConsumer.cpp 127 void RedefinedHiddenDefinition(const NamedDecl *D, Module *M) override;
216 void MultiplexASTMutationListener::RedefinedHiddenDefinition(const NamedDecl *D,
  /external/clang/include/clang/AST/
ExternalASTSource.h 30 class NamedDecl;
304 ArrayRef<NamedDecl*> Decls);
DeclObjC.h 113 class ObjCMethodDecl : public NamedDecl, public DeclContext {
233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
694 class ObjCContainerDecl : public NamedDecl, public DeclContext {
707 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 80 class NamedDecl;
489 llvm::DenseMap<std::pair<DeclContext*, IdentifierInfo*>, NamedDecl*>
494 llvm::DenseMap<DeclContext*, llvm::SmallVector<NamedDecl*, 2>>
553 llvm::SetVector<NamedDecl*> PendingMergedDefinitionsToDeduplicate;
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 76 if (NamedDecl *ND = candidate.getCorrectionDecl()) {
171 for (NamedDecl *ND : BaseRD->lookup(&II)) {
324 NamedDecl *IIDecl = nullptr;
790 if (NamedDecl *D = ImplicitlyDefineFunction(NameLoc, *Name, S)) {
816 NamedDecl *FirstDecl = Corrected.getCorrectionDecl();
817 NamedDecl *UnderlyingFirstDecl
    [all...]
SemaTemplate.cpp 49 static NamedDecl *isAcceptableTemplateName(ASTContext &Context,
50 NamedDecl *Orig,
52 NamedDecl *D = Orig->getUnderlyingDecl();
95 NamedDecl *Orig = filter.next();
96 NamedDecl *Repl = isAcceptableTemplateName(Context, Orig,
423 NamedDecl *FirstQualifierInScope = nullptr;
459 << cast<NamedDecl>(PrevDecl)->getDeclName();
533 NamedDecl *PrevDecl = SemaRef.LookupSingleName(
823 (NamedDecl**)Params, NumParams,
    [all...]
SemaExprMember.cpp 105 for (NamedDecl *D : R) {
197 NamedDecl *Rep,
447 NamedDecl *FirstQualifierInScope,
489 NamedDecl *rep,
570 NamedDecl *ND = candidate.getCorrectionDecl();
684 for (NamedDecl *ND : TC)
706 NamedDecl *FirstQualifierInScope,
    [all...]
SemaAttr.cpp 520 NamedDecl *ND = dyn_cast<NamedDecl>(D);
521 if (ND && ND->getExplicitVisibility(NamedDecl::VisibilityForValue))
SemaTemplateDeduction.cpp 138 if (NamedDecl *NX = dyn_cast<NamedDecl>(X))
140 if (NamedDecl *NY = dyn_cast<NamedDecl>(Y))
526 getDepthAndIndex(NamedDecl *ND) {
544 return getDepthAndIndex(UPP.first.get<NamedDecl *>());
623 NamedDecl *PartiallySubstitutedPack =
    [all...]
SemaDeclObjC.cpp 253 NamedDecl *ND,
389 dyn_cast<NamedDecl>(IMD),
476 NamedDecl *PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
515 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) {
    [all...]
SemaDeclCXX.cpp 85 NamedDecl *Decl = DRE->getDecl();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 546 const NamedDecl *FD;
548 FunctionTextRegion(const NamedDecl *fd, const MemRegion* sreg)
567 const NamedDecl *getDecl() const {
575 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const NamedDecl *FD,
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 29 llvm::SetVector<NamedDecl *, SmallVector<NamedDecl *, 8> > Decls;
34 DeclsFound = llvm::make_unique<NamedDecl *[]>(NumDeclsFound);
ASTDiagnostic.cpp 391 "Invalid modifier for NamedDecl* argument");
394 const NamedDecl *ND = reinterpret_cast<const NamedDecl*>(Val);
424 assert(isa<NamedDecl>(DC) && "Expected a NamedDecl");
425 NamedDecl *ND = cast<NamedDecl>(DC);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 283 const internal::VariadicDynCastAllOfMatcher<Decl, NamedDecl> namedDecl;
    [all...]
ASTMatchersInternal.h 620 class HasNameMatcher : public SingleNodeMatcherInterface<NamedDecl> {
624 bool matchesNode(const NamedDecl &Node) const override;
631 bool matchesNodeUnqualified(const NamedDecl &Node) const;
638 bool matchesNodeFull(const NamedDecl &Node) const;
809 const Matcher<NamedDecl> &Base,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 409 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DeclWithIssue)) {
IssueHash.cpp 86 if (const auto *ND = dyn_cast<NamedDecl>(D)) {
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 420 const Matcher<NamedDecl> &Base,
704 const Matcher<NamedDecl> Matcher,
778 NamedDecl *Templated =
793 const Matcher<NamedDecl> &Base,
    [all...]
  /external/clang/lib/CodeGen/
CGCXX.cpp 212 setAliasAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias);
  /external/clang/lib/Serialization/
ASTCommon.cpp 346 bool serialization::needsAnonymousDeclarationNumber(const NamedDecl *D) {
  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 94 DNT<NamedDecl>().isSame(ASTNodeKind::getMostDerivedCommonAncestor(
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 67 virtual bool VisitNamedDecl(NamedDecl *Decl) {

Completed in 284 milliseconds

1 2 34 5 6 7