Searched refs:Decl (Results 276 - 291 of 291) sorted by relevance

<<1112

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp150 AlignmentSource::Decl);
155 FD->getType(), AlignmentSource::Decl);
587 llvm::DenseMap<const Decl *, const Expr *> LoopCountersAndUpdates;
H A DCGBlocks.cpp879 MakeAddrLValue(blockField, type, AlignmentSource::Decl),
H A DCGStmt.cpp1542 const Decl *TargetDecl = Call->getCalleeDecl();
H A DCGOpenMPRuntime.cpp18 #include "clang/AST/Decl.h"
309 AlignmentSource::Decl);
2904 SharedRefLValue.getType(), AlignmentSource::Decl);
H A DCGObjCGNU.cpp22 #include "clang/AST/Decl.h"
232 const Decl *Container) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp106 const Decl *D = InitLoc->getDecl();
1076 const Decl *Callee = OCE->getCalleeDecl();
1873 const Decl *D = LocCtxt->getDecl();
1942 llvm_unreachable("Support for this Decl not implemented.");
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp198 const Decl *TargetDecl = CE->getCalleeDecl();
5617 Decl *ParentDecl);
5619 Decl *ParentDecl);
5709 Decl *ParentDecl) {
5865 Decl *ParentDecl) {
7704 // Expect to find a single Decl. Skip anything more complicated.
8569 const Decl *D = FD;
9114 ValueDecl *Decl = ReceiverRE->getDecl(); local
9117 << Decl->getName() << Decl
9128 ObjCIvarDecl *Decl = IvarRE->getDecl(); local
[all...]
H A DSemaExprCXX.cpp859 Decl *ContextDecl,
5703 if (Decl *CD = (CE ? CE->getCalleeDecl() : nullptr)) {
H A DSemaInit.cpp2921 if (Decl *D = getDecl()) {
6057 if (Decl *D = Entity.getDecl())
H A DSemaType.cpp1041 ArrayRef<Decl *> protocols,
1086 ArrayRef<Decl *> Protocols,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp10 // This file implements the C++ related Decl classes.
28 // Decl Allocation/Deallocation Method Implementations
418 void CXXRecordDecl::addedMember(Decl *D) {
H A DExprCXX.cpp911 Decl *D = DeclAndBits.getPointer();
H A DVTableBuilder.cpp3242 for (const CXXRecordDecl *Decl : B) {
3243 if (A.count(Decl))
H A DType.cpp3061 return cast<CXXRecordDecl>(getInterestingTagDecl(Decl));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp61 Decl *ReadDecl(const RecordData &R, unsigned &I) {
290 SmallVector<Decl *, 16> Decls;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp1675 Decl *&DeclOut,

Completed in 398 milliseconds

<<1112