HomeSort by relevance Sort by last modified time
    Searched full:redeclaration (Results 101 - 125 of 165) sorted by null

1 2 3 45 6 7

  /external/clang/include/clang/AST/
ASTContext.h 555 /// searched the redeclaration chain.
557 /// If getRaw() == 0, the whole redeclaration chain does not have any
561 /// redeclaration.
595 /// redeclaration.
602 /// redeclaration.
624 /// the comment, if the comment we found comes from a redeclaration.
    [all...]
Decl.h 122 /// The declaration at #3 finds it is a redeclaration of \c N::f through
223 /// redeclaration of the same variable or function, but not if it is
    [all...]
Comment.h 995 /// \c CurrentDecl too (for example, for a redeclaration or an overrider of
ExternalASTSource.h 196 /// the redeclaration chain for a declaration. Called each time we
DeclObjC.h 132 /// \brief Method redeclaration in the same interface.
281 /// \brief True if this is a method redeclaration in the same interface.
    [all...]
  /prebuilts/misc/linux-x86/bison/
bison 
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 444 /// LOCAL_REDECLARATIONS record) of the redeclaration chains, indexed by
526 /// \brief Record code for the array of redeclaration chains.
    [all...]
ASTReader.h 450 /// propagated across the relevant redeclaration chain. The map key is the
    [all...]
ASTWriter.h 388 /// \brief The set of declarations that may have redeclaration chains that
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 278 // FIXME: Avoid walking the entire redeclaration chain here.
352 // FIXME: Avoid walking the entire redeclaration chain here.
    [all...]
  /external/bison/tests/
testsuite     [all...]
  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 70 /// \brief Complete the redeclaration chain if it's been extended since the
Sema.h     [all...]
  /external/clang/test/CXX/class.access/
p4.cpp 238 // Redeclaration lookups are not accesses.
  /external/libxml2/
c14n.c     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 433 // FIXME: This seems like the wrong definition for redeclaration.
488 // FIXME: This seems like the wrong definition for redeclaration.
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td 341 def err_using_decl_redeclaration : Error<"redeclaration of using decl">;
424 "incompatible redeclaration of library function %0">,
425 InGroup<DiagGroup<"incompatible-library-redeclaration">>;
    [all...]
AttrDocs.td 204 whether it is a redeclaration (following the rules used when determining
307 int g(int) { } // error: redeclaration of "g" must also have the "overloadable" attribute
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp     [all...]
  /external/clang/test/SemaCXX/
typo-correction.cpp 167 // by not trying to typo-correct a method redeclaration to declarations not
  /external/v8/src/
runtime.js 20 // They are all declared at this one spot to avoid redeclaration errors.
  /external/clang/docs/
AttributeReference.rst 264 whether it is a redeclaration (following the rules used when determining
645 int g(int) { } // error: redeclaration of "g" must also have the "overloadable" attribute
    [all...]
  /external/bison/
NEWS 17 input.y:2.7-12: %type redeclaration for exp
22 input.y:2.7-12: error: %type redeclaration for exp
29 input.y:2.7-12: error: %type redeclaration for exp
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]

Completed in 648 milliseconds

1 2 3 45 6 7