Searched defs:ND (Results 76 - 84 of 84) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1108 const auto *ND = cast<NamedDecl>(GD.getDecl()); local
1001 getMangledNameImpl(const CodeGenModule &CGM, GlobalDecl GD, const NamedDecl *ND, bool OmitMultiVersionMangling = false) argument
1775 setLinkageForGV(llvm::GlobalValue *GV, const NamedDecl *ND) argument
3354 NamespaceDecl *ND = dyn_cast<NamespaceDecl>(Result); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1157 void ASTContext::mergeDefinitionIntoModule(NamedDecl *ND, Module *M, argument
1166 void ASTContext::deduplicateMergedDefinitonsFor(NamedDecl *ND) { argument
10403 void ASTContext::setManglingNumber(const NamedDecl *ND, unsigne argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp621 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { argument
2275 void RewriteModernObjC::RewriteTypeOfDecl(VarDecl *ND) { argument
4866 RewriteBlockPointerDecl(NamedDecl *ND) argument
5015 RewriteByRefVar(VarDecl *ND, bool firstDecl, bool lastDecl) argument
5344 ValueDecl *ND = (*I); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2410 auto *ND = dyn_cast<NamedDecl>(D); local
7604 NamedDecl * Sema::DeclClonePragmaWeak(NamedDecl *ND, IdentifierInfo *II, argument
7649 DeclApplyPragmaWeak(Scope *S, NamedDecl *ND, WeakInfo &W) argument
7679 NamedDecl *ND = nullptr; local
[all...]
H A DSemaTemplate.cpp682 auto *ND = Corrected.getFoundDecl(); local
2723 NamedDecl *ND = Params->getParam(0); local
7836 auto *ND = cast<NamedDecl>(SpecializedContext); local
10753 check(NamedDecl *ND) argument
[all...]
H A DSemaChecking.cpp8512 NamedDecl *ND = Result.getFoundDecl(); local
13453 IsTailPaddedMemberArray(Sema &S, const llvm::APInt &Size, const NamedDecl *ND) argument
13527 const NamedDecl *ND = nullptr; local
14900 const NamedDecl *ND = m.RD; local
[all...]
H A DSemaDecl.cpp529 auto *ND = dyn_cast<NamespaceDecl>(DC); local
5879 RegisterLocallyScopedExternCDecl(NamedDecl *ND, Scope *S) argument
5955 NamedDecl *ND = ActOnTypedefNameDecl(S, DC, NewTD, Previous, Redeclaration); local
6182 checkAttributesAfterMerging(Sema &S, NamedDecl &ND) argument
7502 checkGlobalOrExternCConflict( Sema &S, const T *ND, bool IsGlobal, LookupResult &Previous) argument
7570 << IsGlobal << ND; local
7585 checkForConflictWithNonVisibleExternC(Sema &S, const T *ND, LookupResult &Previous) argument
14784 createFriendTagNNSFixIt(Sema &SemaRef, NamedDecl *ND, Scope *S, SourceLocation NameLoc) argument
15083 NamedDecl *ND = F.next(); local
15109 NamedDecl *ND = F.next(); local
15124 NamedDecl *ND = Previous.getFoundDecl(); local
[all...]
H A DTreeTransform.h9431 ValueDecl *ND local
13568 NamedDecl *ND = cast<DeclRefExpr>(Callee)->getDecl(); local
H A DSemaExpr.cpp2135 NamedDecl *ND = Corrected.getFoundDecl(); local
18120 NamedDecl *ND = Result.getFoundDecl(); local
[all...]

Completed in 252 milliseconds

1234