HomeSort by relevance Sort by last modified time
    Searched refs:Decl (Results 701 - 725 of 1114) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
ProgramPoint.h 529 ImplicitCallPoint(const Decl *D, SourceLocation Loc, Kind K,
533 const Decl *getDecl() const { return static_cast<const Decl *>(getData2()); }
553 PreImplicitCall(const Decl *D, SourceLocation Loc, const LocationContext *L,
570 PostImplicitCall(const Decl *D, SourceLocation Loc, const LocationContext *L,
  /external/llvm/lib/IR/
DIBuilder.cpp 169 DINode *Decl,
175 Context, Decl, Line, Name, AllImportedModules);
539 MDNode *Decl) {
545 cast_or_null<DIDerivedType>(Decl));
553 MDNode *Decl) {
559 cast_or_null<DIDerivedType>(Decl))
632 DITemplateParameterArray TParams, DISubprogram *Decl) {
637 isOptimized, isDefinition ? CUNode : nullptr, TParams, Decl,
650 DITemplateParameterArray TParams, DISubprogram *Decl) {
655 TParams, Decl, nullptr
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/doc/
pkg.go 442 if decl := pkg.oneLineNode(value.Decl); decl != "" {
443 pkg.Printf("%s\n", decl)
468 pkg.Printf("%s\n", pkg.oneLineNode(fun.Decl))
477 for _, spec := range typ.Decl.Specs {
483 if decl := pkg.oneLineNode(c.Decl); decl != "" {
484 pkg.Printf(indent+"%s\n", decl)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/doc/
pkg.go 442 if decl := pkg.oneLineNode(value.Decl); decl != "" {
443 pkg.Printf("%s\n", decl)
468 pkg.Printf("%s\n", pkg.oneLineNode(fun.Decl))
477 for _, spec := range typ.Decl.Specs {
483 if decl := pkg.oneLineNode(c.Decl); decl != "" {
484 pkg.Printf(indent+"%s\n", decl)
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 39 #include "clang/AST/Decl.h"
718 static_assert(std::is_same<DeclMatcherT, Matcher<Decl>>::value,
722 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher)
775 /// \brief Extracts the Decl of the callee of a CallExpr and returns whether
782 /// \brief Extracts the Decl of the constructor call and returns whether the
808 bool matchesDecl(const Decl *Node, ASTMatchFinder *Finder,
821 std::is_same<T, Decl>::value ||
847 /// FIXME: Currently we only allow Stmt and Decl nodes to start a traversal.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 39 #include "clang/AST/Decl.h"
718 static_assert(std::is_same<DeclMatcherT, Matcher<Decl>>::value,
722 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher)
775 /// \brief Extracts the Decl of the callee of a CallExpr and returns whether
782 /// \brief Extracts the Decl of the constructor call and returns whether the
816 bool matchesDecl(const Decl *Node, ASTMatchFinder *Finder,
829 std::is_same<T, Decl>::value ||
855 /// FIXME: Currently we only allow Stmt and Decl nodes to start a traversal.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 39 #include "clang/AST/Decl.h"
718 static_assert(std::is_same<DeclMatcherT, Matcher<Decl>>::value,
722 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher)
775 /// \brief Extracts the Decl of the callee of a CallExpr and returns whether
782 /// \brief Extracts the Decl of the constructor call and returns whether the
816 bool matchesDecl(const Decl *Node, ASTMatchFinder *Finder,
829 std::is_same<T, Decl>::value ||
855 /// FIXME: Currently we only allow Stmt and Decl nodes to start a traversal.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 39 #include "clang/AST/Decl.h"
718 static_assert(std::is_same<DeclMatcherT, Matcher<Decl>>::value,
722 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher)
775 /// \brief Extracts the Decl of the callee of a CallExpr and returns whether
782 /// \brief Extracts the Decl of the constructor call and returns whether the
816 bool matchesDecl(const Decl *Node, ASTMatchFinder *Finder,
829 std::is_same<T, Decl>::value ||
855 /// FIXME: Currently we only allow Stmt and Decl nodes to start a traversal.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 39 #include "clang/AST/Decl.h"
718 static_assert(std::is_same<DeclMatcherT, Matcher<Decl>>::value,
722 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher)
775 /// \brief Extracts the Decl of the callee of a CallExpr and returns whether
782 /// \brief Extracts the Decl of the constructor call and returns whether the
816 bool matchesDecl(const Decl *Node, ASTMatchFinder *Finder,
829 std::is_same<T, Decl>::value ||
855 /// FIXME: Currently we only allow Stmt and Decl nodes to start a traversal.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 39 #include "clang/AST/Decl.h"
718 static_assert(std::is_same<DeclMatcherT, Matcher<Decl>>::value,
722 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher)
775 /// \brief Extracts the Decl of the callee of a CallExpr and returns whether
782 /// \brief Extracts the Decl of the constructor call and returns whether the
816 bool matchesDecl(const Decl *Node, ASTMatchFinder *Finder,
829 std::is_same<T, Decl>::value ||
855 /// FIXME: Currently we only allow Stmt and Decl nodes to start a traversal.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 39 #include "clang/AST/Decl.h"
718 static_assert(std::is_same<DeclMatcherT, Matcher<Decl>>::value,
722 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher)
775 /// \brief Extracts the Decl of the callee of a CallExpr and returns whether
782 /// \brief Extracts the Decl of the constructor call and returns whether the
816 bool matchesDecl(const Decl *Node, ASTMatchFinder *Finder,
829 std::is_same<T, Decl>::value ||
855 /// FIXME: Currently we only allow Stmt and Decl nodes to start a traversal.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 39 #include "clang/AST/Decl.h"
718 static_assert(std::is_same<DeclMatcherT, Matcher<Decl>>::value,
722 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher)
775 /// \brief Extracts the Decl of the callee of a CallExpr and returns whether
782 /// \brief Extracts the Decl of the constructor call and returns whether the
816 bool matchesDecl(const Decl *Node, ASTMatchFinder *Finder,
829 std::is_same<T, Decl>::value ||
855 /// FIXME: Currently we only allow Stmt and Decl nodes to start a traversal.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 39 #include "clang/AST/Decl.h"
718 static_assert(std::is_same<DeclMatcherT, Matcher<Decl>>::value,
722 explicit HasDeclarationMatcher(const Matcher<Decl> &InnerMatcher)
775 /// \brief Extracts the Decl of the callee of a CallExpr and returns whether
782 /// \brief Extracts the Decl of the constructor call and returns whether the
816 bool matchesDecl(const Decl *Node, ASTMatchFinder *Finder,
829 std::is_same<T, Decl>::value ||
855 /// FIXME: Currently we only allow Stmt and Decl nodes to start a traversal.
    [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 44 Decl *Dcl;
48 ReleaseCollector(Decl *D, SmallVectorImpl<ObjCMessageExpr *> &releases)
79 void transformBody(Stmt *body, Decl *ParentD) {
  /external/clang/lib/CodeGen/
CGValue.h 129 Decl,
146 return AlignmentSource::Decl;
431 AlignmentSource::Decl);
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp 153 bool CXIndexDataConsumer::handleDeclOccurence(const Decl *D,
191 cast<Decl>(ASTNode.ContainerDC),
276 AttrListInfo::AttrListInfo(const Decl *D, CXIndexDataConsumer &IdxCtx)
329 AttrListInfo::create(const Decl *D, CXIndexDataConsumer &IdxCtx) {
417 bool CXIndexDataConsumer::isFunctionLocalDecl(const Decl *D) {
885 CXCursor Cursor = E ? MakeCXCursor(E, cast<Decl>(DC), CXTU)
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 119 Decl *NSAlias = ParseNamespaceAlias(NamespaceLoc, IdentLoc, Ident, DeclEnd);
185 Decl *NamespcDecl =
236 Decl *NamespcDecl =
254 Decl *Parser::ParseNamespaceAlias(SourceLocation NamespaceLoc,
299 Decl *Parser::ParseLinkage(ParsingDeclSpec &DS, unsigned Context) {
304 Decl *LinkageSpec =
380 Decl *Parser::ParseUsingDirectiveOrDeclaration(unsigned Context,
384 Decl **OwnedType) {
428 Decl *Parser::ParseUsingDirective(unsigned Context,
453 // If there was invalid namespace name, skip to end of decl, and eat ';'
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 76 // If we have an invalid decl, just return an error.
90 Decl *decl = DG.getSingleDecl();
91 if (!decl || decl->isInvalidDecl())
95 VarDecl *var = dyn_cast<VarDecl>(decl);
97 Diag(decl->getLocation(), diag::err_non_variable_decl_in_for);
98 decl->setInvalidDecl();
252 if (const Decl *FD = CE->getCalleeDecl()) {
339 // Note that __extension__ can be around a decl
    [all...]
SemaDecl.cpp 54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) {
56 Decl *Group[2] = { OwnedType, Ptr };
144 /// type decl, \a FoundType if only type decls are found.
424 assert(IIDecl && "Didn't find decl");
435 // will be attached to the enclosing Expr or Decl node).
465 // Builds a fake NNS for the given decl context.
750 // Replace lookup results with just the tag decl.
    [all...]
SemaTemplate.cpp 463 void Sema::DiagnoseTemplateParameterShadow(SourceLocation Loc, Decl *PrevDecl) {
478 /// AdjustDeclIfTemplate - If the given decl happens to be a template, reset
481 TemplateDecl *Sema::AdjustDeclIfTemplate(Decl *&D) {
562 Decl *Sema::ActOnTypeParameter(Scope *S, bool Typename,
676 Decl *Sema::ActOnNonTypeTemplateParameter(Scope *S, Declarator &D,
748 Decl *Sema::ActOnTemplateTemplateParameter(Scope* S,
    [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp 365 void addGlobalDeclaration(Ice::VariableDeclaration *Decl) {
367 VariableDeclarations->push_back(Decl);
468 // Gives Decl a name if it doesn't already have one. Prefix and NameIndex are
473 void installDeclarationName(Ice::GlobalDeclaration *Decl,
476 if (Decl->hasName()) {
477 Translator.checkIfUnnamedNameSafe(Decl->getName().toString(), DeclType,
486 if (Ice::BuildDefs::dump() || !Decl->isInternal() ||
488 Decl->setName(Ctx, Translator.createUnnamedName(Prefix, NameIndex));
490 Decl->setName(Ctx);
533 const Ice::GlobalDeclaration &Decl) {
    [all...]
  /bionic/tools/versioner/src/
DeclarationDatabase.h 35 class Decl;
  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.h 37 static std::string GetDeclSourceFile(const clang::Decl *decl,
40 static std::string GetMangledNameDecl(const clang::NamedDecl *decl,
54 std::string GetTagDeclQualifiedName(const clang::TagDecl *decl) const;
78 const clang::RecordDecl *decl);
111 const clang::FunctionDecl *decl);
132 const clang::EnumDecl *decl);
150 const clang::VarDecl *decl);
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 22 #include "clang/AST/Decl.h"
673 const Decl *CalleeDecl;
677 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, const Decl *calleeDecl)
681 CGCalleeInfo(const Decl *calleeDecl)
687 const Decl *getCalleeDecl() { return CalleeDecl; }
  /external/clang/include/clang/Frontend/
Utils.h 39 class Decl;

Completed in 3644 milliseconds

<<21222324252627282930>>