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

1 2 34 5

  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
BeautifulSoup.py 475 class Declaration(NavigableString):
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c     [all...]
nvfx_vertprog.c 908 switch (fdec->Declaration.File) {
    [all...]
  /external/v8/src/
full-codegen.cc 586 void FullCodeGenerator::AllocateModules(ZoneList<Declaration*>* declarations) {
590 ModuleDeclaration* declaration = declarations->at(i)->AsModuleDeclaration(); local
591 if (declaration != NULL) {
592 ModuleLiteral* module = declaration->module()->AsModuleLiteral();
683 ZoneList<Declaration*>* declarations) {
716 // declaration of the global functions and variables.
    [all...]
parser.h 793 // a scope where the name has also been let bound or the var declaration is
801 void Declare(Declaration* declaration, bool resolve, bool* ok);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 201 /// be valid in this location. This only happens when we're in a declaration
    [all...]
SemaTemplateInstantiate.cpp 35 /// instantiate the definition of the given declaration.
37 /// \param D the declaration for which we are computing template instantiation
48 /// instantiating the definition of the given declaration, \p D. This is
155 // If this is a friend declaration and it declares an entity at
708 /// \brief Transform the given declaration by instantiating a reference to
709 /// this declaration.
720 /// \brief Transform the definition of the given declaration by
725 /// declaration.
728 /// \brief Rebuild the exception declaration and register the declaration
    [all...]
SemaTemplate.cpp 46 /// \brief Determine whether the declaration found is acceptable as the name
47 /// of a template and, if so, return that template declaration. Otherwise,
277 // The declaration context must be complete.
285 // Perform "qualified" name lookup into the declaration context we
287 // expression or the declaration context associated with a prior
445 /// declaration at location Loc. Returns true to indicate that this is
464 /// the parameter D to reference the templated declaration and return a pointer
465 /// to the template declaration. Otherwise, do nothing to D and return null.
    [all...]
  /external/lldb/source/Symbol/
SymbolContext.cpp 181 const Declaration &call_site = inlined_block_info->GetCallSite();
    [all...]
ClangASTContext.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 415 switch (decl->Declaration.File) {
lp_bld_tgsi_soa.c     [all...]
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h 181 /// \brief Recursively visit a declaration, by dispatching to
603 // Visit any attributes attached to this declaration.
704 case TemplateArgument::Declaration:
737 case TemplateArgument::Declaration:
    [all...]
RecursiveASTVisitor.h 185 /// \brief Recursively visit a declaration, by dispatching to
669 // Visit any attributes attached to this declaration.
770 case TemplateArgument::Declaration:
803 case TemplateArgument::Declaration
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 633 /// It generates the fully qualified name of the declaration (which is
792 virtual bool classIsDerivedFrom(const CXXRecordDecl *Declaration,
    [all...]
ASTMatchers.h 35 // class declaration.
147 /// \brief Matches the top declaration context.
251 /// Examples matches \c X, \c C, and the friend declaration inside \c C;
260 /// \brief Matches a declaration of a linkage specification.
271 /// \brief Matches a declaration of anything that could have a name.
284 /// \brief Matches a declaration of a namespace.
437 /// \brief Matches a declaration that has been implicitly added
512 /// only match the declaration for a.
537 /// would only match the declaration for a.
603 /// declaration
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 41 /// \brief Visit a declaration that is referenced within an expression
    [all...]
ExprCXX.cpp 86 else if (TA.getKind() == TemplateArgument::Declaration)
    [all...]
ExprConstant.cpp 97 /// field declaration.
102 /// base class declaration.
445 /// EvaluatingDecl - This is the declaration whose initializer is being
450 /// declaration whose initializer is being evaluated, if any.
    [all...]
MicrosoftMangle.cpp 36 /// \brief Retrieve the declaration context that should be used when mangling
37 /// the given declaration.
43 // where the function itself resides, because the function declaration itself
209 /// The "structor" is the top-level declaration being mangled, if
392 DiagnosticsEngine::Error, "cannot mangle this declaration yet");
402 // first, since it is most likely to be the declaration in a header file.
716 // Otherwise, an anonymous entity. We must have a declaration.
717 assert(ND && "mangling empty name without declaration");
727 // We must have an anonymous union or struct declaration.
    [all...]
ASTImporter.cpp 199 /// declarations, mapping from a declaration in the first context to the
200 /// declaration in the second context that we believe to be equivalent.
204 /// with a declaration in the second context still needs to be verified.
207 /// \brief Declaration (from, to) pairs that are known not to be equivalent
314 case TemplateArgument::Declaration:
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 794 switch (d->Declaration.File) {
828 ctx->shader->output[i].write_mask = d->Declaration.UsageMask;
832 ctx->shader->clip_dist_write |= d->Declaration.UsageMask << (d->Semantic.Index << 2);
879 R600_ERR("unsupported file %d declaration\n", d->Declaration.File);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 210 switch(decl->Declaration.File) {
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 81 // Visit implicit declaration of the function name.
    [all...]

Completed in 7096 milliseconds

1 2 34 5