HomeSort by relevance Sort by last modified time
    Searched full:nameddecl (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /external/clang/lib/Sema/
SemaTemplate.cpp 46 static NamedDecl *isAcceptableTemplateName(ASTContext &Context,
47 NamedDecl *Orig,
49 NamedDecl *D = Orig->getUnderlyingDecl();
92 NamedDecl *Orig = filter.next();
93 NamedDecl *Repl = isAcceptableTemplateName(Context, Orig,
422 NamedDecl *FirstQualifierInScope = 0;
465 << cast<NamedDecl>(PrevDecl)->getDeclName();
558 NamedDecl *PrevDecl = LookupSingleName(S, ParamName, ParamNameLoc,
687 NamedDecl *PrevDecl = LookupSingleName(S, ParamName, D.getIdentifierLoc(),
    [all...]
SemaDeclObjC.cpp 257 NamedDecl *ND,
389 dyn_cast<NamedDecl>(IMD),
451 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
523 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface())
579 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
590 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
596 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) {
    [all...]
TreeTransform.h 412 NamedDecl *TransformFirstQualifierInScope(NamedDecl *D, SourceLocation Loc) {
413 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
425 NamedDecl *FirstQualifierInScope = 0);
460 NamedDecl *FirstQualifierInScope = 0);
    [all...]
SemaDeclCXX.cpp 82 NamedDecl *Decl = DRE->getDecl();
421 NamedDecl *ND = Old;
    [all...]
SemaDeclAttr.cpp     [all...]
SemaTemplateDeduction.cpp 160 if (NamedDecl *NX = dyn_cast<NamedDecl>(X))
162 if (NamedDecl *NY = dyn_cast<NamedDecl>(Y))
548 getDepthAndIndex(NamedDecl *ND) {
566 return getDepthAndIndex(UPP.first.get<NamedDecl *>());
603 if (NamedDecl *PartiallySubstitutedPack
    [all...]
  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 221 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined);
286 virtual void ReadLocallyScopedExternCDecls(SmallVectorImpl<NamedDecl*>&Decls);
  /external/clang/lib/AST/
Comment.cpp 305 const NamedDecl *Param = TPL->getParam(getIndex(i));
CXXInheritance.cpp 29 llvm::SetVector<NamedDecl *, SmallVector<NamedDecl *, 8> > Decls;
34 DeclsFound = new NamedDecl * [NumDeclsFound];
DeclCXX.cpp     [all...]
ASTDiagnostic.cpp 313 "Invalid modifier for NamedDecl* argument");
316 const NamedDecl *ND = reinterpret_cast<const NamedDecl*>(Val);
343 NamedDecl *ND = cast<NamedDecl>(DC);
834 NamedDecl *ParamND = Params->getParam(
    [all...]
ExprCXX.cpp     [all...]
TemplateBase.cpp 355 NamedDecl *ND = cast<NamedDecl>(getAsDecl());
  /external/clang/tools/libclang/
IndexDecl.cpp 25 void handleDeclarator(const DeclaratorDecl *D, const NamedDecl *Parent = 0) {
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 158 const internal::VariadicDynCastAllOfMatcher<Decl, NamedDecl> namedDecl;
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 367 const Matcher<NamedDecl> &Base,
524 const Matcher<NamedDecl> Matcher,
554 const Matcher<NamedDecl> &Base,
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 50 DeclarationMatcher NamedX = namedDecl(hasName("X"));
63 DeclarationMatcher NamedX = namedDecl(matchesName("::X"));
74 DeclarationMatcher StartsWithNo = namedDecl(matchesName("::no"));
78 DeclarationMatcher Abc = namedDecl(matchesName("a.*b.*c"));
84 DeclarationMatcher StartsWithK = namedDecl(matchesName(":k[^:]*$"));
340 recordDecl(hasDeclContext(namedDecl(hasName("M"))))));
347 recordDecl(hasDeclContext(namedDecl(hasName("N"))))));
634 // Note that \c T must be a NamedDecl for this to work.
650 if (const NamedDecl *Named = Nodes->getNodeAs<NamedDecl>(Id))
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 534 const NamedDecl *FD;
536 FunctionTextRegion(const NamedDecl *fd, const MemRegion* sreg)
555 const NamedDecl *getDecl() const {
563 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const NamedDecl *FD,
    [all...]
  /external/clang/include/clang/AST/
ASTImporter.h 238 NamedDecl **Decls,
ExprCXX.h     [all...]
Expr.h 44 class NamedDecl;
    [all...]
ExternalASTSource.h 29 class NamedDecl;
282 ArrayRef<NamedDecl*> Decls);
  /frameworks/compile/slang/
slang_rs_context.cpp 160 clang::NamedDecl *const ND = *I;
slang_rs_export_type.cpp 90 const clang::NamedDecl *ND,
373 clang::NamedDecl *ND,
493 // NamedDecl) involving pointers in FS that should be allowed.
574 clang::NamedDecl *ND, clang::SourceLocation Loc, unsigned int TargetAPI,
    [all...]

Completed in 693 milliseconds

1 2 34 5 6 7