HomeSort by relevance Sort by last modified time
    Searched refs:NamedDecl (Results 76 - 100 of 153) sorted by null

1 2 34 5 6 7

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 549 const NamedDecl *FD;
551 FunctionTextRegion(const NamedDecl *fd, const MemRegion* sreg)
570 const NamedDecl *getDecl() const {
578 static void ProfileRegion(llvm::FoldingSetNodeID& ID, const NamedDecl *FD,
    [all...]
CallEvent.h 301 const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(getDecl());
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 84 NamedDecl *Decl = DRE->getDecl();
452 NamedDecl *ND = Old;
    [all...]
SemaTemplateDeduction.cpp 164 if (NamedDecl *NX = dyn_cast<NamedDecl>(X))
166 if (NamedDecl *NY = dyn_cast<NamedDecl>(Y))
552 getDepthAndIndex(NamedDecl *ND) {
570 return getDepthAndIndex(UPP.first.get<NamedDecl *>());
610 if (NamedDecl *PartiallySubstitutedPack
    [all...]
SemaDeclObjC.cpp 258 NamedDecl *ND,
390 dyn_cast<NamedDecl>(IMD),
454 NamedDecl *PrevDecl = LookupSingleName(TUScope, ClassName, ClassLoc,
543 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) {
605 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
613 NamedDecl *CDeclU = LookupSingleName(TUScope, ClassName, ClassLocation,
619 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) {
    [all...]
TreeTransform.h 423 NamedDecl *TransformFirstQualifierInScope(NamedDecl *D, SourceLocation Loc) {
424 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
436 NamedDecl *FirstQualifierInScope = 0);
471 NamedDecl *FirstQualifierInScope = 0);
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 29 llvm::SetVector<NamedDecl *, SmallVector<NamedDecl *, 8> > Decls;
34 DeclsFound = new NamedDecl * [NumDeclsFound];
NestedNameSpecifier.cpp 128 return isa<NamespaceDecl>(static_cast<NamedDecl *>(Specifier))? Namespace
145 return dyn_cast<NamespaceDecl>(static_cast<NamedDecl *>(Specifier));
154 return dyn_cast<NamespaceAliasDecl>(static_cast<NamedDecl *>(Specifier));
Comment.cpp 307 const NamedDecl *Param = TPL->getParam(getIndex(i));
DumpXML.cpp 445 // NamedDecl
446 void visitNamedDeclAttrs(NamedDecl *D) {
502 for (ArrayRef<NamedDecl *>::iterator I = D->getDeclsInPrototypeScope().begin(),
541 NamedDecl *VD = const_cast<NamedDecl*>(*I);
ASTDiagnostic.cpp 312 "Invalid modifier for NamedDecl* argument");
315 const NamedDecl *ND = reinterpret_cast<const NamedDecl*>(Val);
342 NamedDecl *ND = cast<NamedDecl>(DC);
844 NamedDecl *ParamND = Params->getParam(
    [all...]
ASTDumper.cpp 177 void dumpName(const NamedDecl *D);
456 if (const NamedDecl *ND = dyn_cast<NamedDecl>(D)) {
475 void ASTDumper::dumpName(const NamedDecl *ND) {
862 for (ArrayRef<NamedDecl *>::iterator
    [all...]
ASTContext.cpp 384 SmallVectorImpl<const NamedDecl *> &Redeclared) {
447 SmallVector<const NamedDecl*, 8> Overridden;
455 getOverriddenMethods(dyn_cast<NamedDecl>(D), Overridden);
585 SmallVector<NamedDecl *, 4> CanonParams;
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 113 class ObjCMethodDecl : public NamedDecl, public DeclContext {
237 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo),
486 class ObjCContainerDecl : public NamedDecl, public DeclContext {
499 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
    [all...]
ExprCXX.h     [all...]
DeclarationName.h 161 friend class NamedDecl;
  /frameworks/compile/slang/
slang_rs_context.cpp 160 clang::NamedDecl *const ND = *I;
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 160 const internal::VariadicDynCastAllOfMatcher<Decl, NamedDecl> namedDecl;
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 76 class NamedDecl;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 213 typedef llvm::DenseMap<DeclarationName, SmallVector<NamedDecl *, 8> >
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 32 NamedDecl *Parser::ParseCXXInlineMethodDef(AccessSpecifier AS,
48 NamedDecl *FnD;
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 252 const NamedDecl *ND = cast<NamedDecl>(D);
  /external/clang/lib/CodeGen/
CGCXX.cpp 170 SetCommonAttributes(cast<NamedDecl>(AliasDecl.getDecl()), Alias);
  /external/clang/tools/libclang/
IndexDecl.cpp 34 void handleDeclarator(const DeclaratorDecl *D, const NamedDecl *Parent = 0) {
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 53 bool VisitNamedDecl(NamedDecl *Decl) {

Completed in 2192 milliseconds

1 2 34 5 6 7