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

1 2 3 45 6 7

  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 271 const NamedDecl *ND = cast<NamedDecl>(D);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.h 151 llvm::SmallVectorImpl <clang::NamedDecl *> *results);
263 llvm::SmallVectorImpl <clang::NamedDecl *> *results);
  /external/clang/include/clang/AST/
DeclarationName.h 162 friend class NamedDecl;
Expr.h 44 class NamedDecl;
    [all...]
  /external/clang/lib/AST/
Comment.cpp 344 const NamedDecl *Param = TPL->getParam(getIndex(i));
ASTDumper.cpp 220 void dumpName(const NamedDecl *D);
520 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) {
539 void ASTDumper::dumpName(const NamedDecl *ND) {
805 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D))
952 for (ArrayRef<NamedDecl *>::iterator
    [all...]
ASTDiagnostic.cpp 327 "Invalid modifier for NamedDecl* argument");
330 const NamedDecl *ND = reinterpret_cast<const NamedDecl*>(Val);
365 NamedDecl *ND = cast<NamedDecl>(DC);
878 NamedDecl *ParamND = ParamsFrom->getParam(ParamIndex);
    [all...]
ASTContext.cpp 402 SmallVectorImpl<const NamedDecl *> &Redeclared) {
464 SmallVector<const NamedDecl*, 8> Overridden;
472 getOverriddenMethods(dyn_cast<NamedDecl>(D), Overridden);
600 SmallVector<NamedDecl *, 4> CanonParams;
    [all...]
Expr.cpp 213 static void computeDeclRefDependence(const ASTContext &Ctx, NamedDecl *D,
345 NamedDecl *FoundD,
385 NamedDecl *FoundD,
401 NamedDecl *FoundD,
411 Size += sizeof(NamedDecl *);
432 Size += sizeof(NamedDecl *);
457 if (const NamedDecl *ND = dyn_cast<NamedDecl>(CurrentDecl)) {
549 while (Ctx && isa<NamedDecl>(Ctx)) {
    [all...]
ExprCXX.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCXX.cpp 194 SetCommonAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias);
  /external/clang/tools/libclang/
IndexDecl.cpp 35 const NamedDecl *Parent = nullptr) {
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 84 NamedDecl *Decl = DRE->getDecl();
446 NamedDecl *ND = Old;
    [all...]
SemaDeclAttr.cpp     [all...]
SemaExprObjC.cpp 104 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
119 NamedDecl *IF = LookupSingleName(TUScope, NSIdent, AtLoc,
202 NamedDecl *IF = S.LookupSingleName(S.TUScope, NSNumberId,
466 NamedDecl *Decl = LookupSingleName(TUScope, NSStringId,
635 NamedDecl *IF = LookupSingleName(TUScope,
751 NamedDecl *IF = LookupSingleName(TUScope,
    [all...]
AnalysisBasedWarnings.cpp     [all...]
SemaInit.cpp     [all...]
SemaStmtAsm.cpp 442 NamedDecl *FoundDecl = BaseResult.getFoundDecl();
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp 209 clang::NamedDecl *fun_decl = DeclForGlobal (fun);
381 clang::NamedDecl *
414 return reinterpret_cast<clang::NamedDecl *>(ptr);
420 clang::NamedDecl *
505 clang::NamedDecl *result_decl = DeclForGlobal (result_global);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 297 typedef llvm::DenseMap<DeclarationName, SmallVector<NamedDecl *, 8> >
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 361 const NamedDecl *FD,
818 getFunctionTextRegion(cast<NamedDecl>(STCD)));
926 MemRegionManager::getFunctionTextRegion(const NamedDecl *FD) {
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 175 const clang::NamedDecl *ND,
448 clang::NamedDecl *ND,
563 // NamedDecl) involving pointers in FS that should be allowed.
646 clang::QualType QT, clang::NamedDecl *ND,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 353 void VisitCommonDeclRefExpr(const Expr *DR, const NamedDecl *D,
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 65 bool VisitNamedDecl(NamedDecl *Decl) {

Completed in 1014 milliseconds

1 2 3 45 6 7