HomeSort by relevance Sort by last modified time
    Searched refs:Decl (Results 226 - 250 of 275) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/lib/Sema/
TreeTransform.h 18 #include "clang/AST/Decl.h"
119 llvm::DenseMap<Decl *, Decl *> TransformedLocalDecls;
379 Decl *TransformDecl(SourceLocation Loc, Decl *D) {
380 llvm::DenseMap<Decl *, Decl *>::iterator Known
393 void transformAttrs(Decl *Old, Decl *New) { }
402 void transformedLocalDecl(Decl *Old, Decl *New)
    [all...]
SemaOverload.cpp 51 // DiagnoseUseOfDecl to accept both the FoundDecl and the decl
873 // it does return false, MatchedDecl will point to the decl that New
874 // cannot be overloaded with. This decl may be a UsingShadowDecl on
    [all...]
SemaTemplateDeduction.cpp 163 static bool isSameDeclaration(Decl *X, Decl *Y) {
575 static TemplateParameter makeTemplateParameter(Decl *D) {
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 34 class Decl;
680 static CFG* buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 35 void migrateDecl(Decl *D);
200 void ObjCMigrateASTConsumer::migrateDecl(Decl *D) {
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 56 void CheckerManager::runCheckersOnASTDecl(const Decl *D, AnalysisManager& mgr,
66 // Find the checkers that should run for this Decl and cache them.
81 void CheckerManager::runCheckersOnASTBody(const Decl *D, AnalysisManager& mgr,
MemRegion.cpp 321 void DeclRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, const Decl *D,
804 const Decl *STCD = STC->getDecl();
    [all...]
BugReporterVisitors.cpp     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 362 virtual bool shouldSkipFunctionBody(Decl *D) {
728 static bool topLevelDeclVisitor(void *context, const Decl *D) {
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 34 static SourceLocation GetEndLoc(Decl *D) {
345 CFG* buildCFG(const Decl *D, Stmt *Statement);
637 CFG* CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) {
    [all...]
ThreadSafety.cpp 168 const NamedDecl* AttrDecl; // The decl to which the attribute is attached.
467 /// \param DeclExp An expression involving the Decl on which the attribute
546 explicit SExpr(clang::Decl::EmptyShell e) { NodeVec.clear(); }
549 /// \param DeclExp An expression involving the Decl on which the attribute
558 /// Return true if this is a valid decl sequence.
760 UnderlyingMutex(Decl::EmptyShell())
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 581 void SetTargetAttributes(const Decl *D, llvm::GlobalValue *GV,
    [all...]
CGDeclCXX.cpp 282 llvm::DenseMap<const Decl *, unsigned>::iterator I =
CGException.cpp 488 void CodeGenFunction::EmitStartEHSpec(const Decl *D) {
556 void CodeGenFunction::EmitEndEHSpec(const Decl *D) {
610 // No exception decl indicates '...', a catch-all.
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 37 class Decl;
454 /// to a single Decl.
459 const Decl *getSingleDecl() const { return DG.getSingleDecl(); }
460 Decl *getSingleDecl() { return DG.getSingleDecl(); }
    [all...]
ExprCXX.h 18 #include "clang/AST/Decl.h"
622 MSPropertyRefExpr(Expr *baseExpr, MSPropertyDecl *decl, bool isArrow,
630 BaseExpr(baseExpr), TheDecl(decl),
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 496 if (FD->getKind() == Decl::Function) {
520 if (FD->getKind() == Decl::Function) {
583 if (FD->getKind() == Decl::Function) {
    [all...]
CheckSecuritySyntaxOnly.cpp 751 void checkASTCodeBody(const Decl *D, AnalysisManager& mgr,
IvarInvalidationChecker.cpp 614 if (const Decl *D = IvarRef->getDecl())
StreamChecker.cpp 108 if (!FD || FD->getKind() != Decl::Function)
RetainCountChecker.cpp 789 const Decl *D);
    [all...]
  /external/clang/lib/AST/
APValue.cpp 437 const Decl *BaseOrMember =
StmtProfile.cpp 43 void VisitDecl(const Decl *D);
1139 void StmtProfiler::VisitDecl(const Decl *D) {
    [all...]
ExprConstant.cpp 235 void addDeclUnchecked(const Decl *D, bool Virtual = false) {
849 const Decl *D, bool Virtual = false) {
869 explicit MemberPtr(const ValueDecl *Decl) :
870 DeclAndIsDerivedMember(Decl, false), Path() {}
    [all...]
RecordLayoutBuilder.cpp 14 #include "clang/AST/Decl.h"
151 // If the class decl is empty, get its size.
154 // Otherwise, we get the largest empty subobject for the decl.
177 // If the class decl is empty, get its size.
180 // Otherwise, we get the largest empty subobject for the decl.
752 /// InitializeLayout - Initialize record layout for the given record decl.
753 void InitializeLayout(const Decl *D);
    [all...]

Completed in 2395 milliseconds

1 2 3 4 5 6 7 8 91011