HomeSort by relevance Sort by last modified time
    Searched full:redeclarations (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/clang/test/Index/
redeclarations.cpp 1 #include "redeclarations.h"
9 // CHECK: redeclarations.h:1:7: ClassDecl=X:1:7 (Definition) Extent=[1:1 - 4:2]
10 // CHECK: redeclarations.h:8:7: ClassTemplate=B:8:7 (Definition) Extent=[7:1 - 10:2]
11 // CHECK: redeclarations.h:7:20: TemplateTypeParameter=T1:7:20 (Definition) Extent=[7:11 - 7:22]
12 // CHECK: redeclarations.h:7:33: TemplateTypeParameter=T2:7:33 (Definition) Extent=[7:24 - 7:35]
13 // CHECK: redeclarations.h:13:8: ClassTemplate=C:13:8 (Definition) Extent=[12:1 - 15:2]
14 // CHECK: redeclarations.h:12:17: TemplateTypeParameter=T:12:17 (Definition) Extent=[12:11 - 12:18]
15 // CHECK: redeclarations.h:17:7: ClassDecl=D:17:7 (Definition) Extent=[17:1 - 21:2]
16 // CHECK: redeclarations.h:19:16: ClassDecl=A:19:16 Extent=[19:10 - 19:17]
17 // CHECK: redeclarations.h:19:19: FieldDecl=x:19:19 (Definition) Extent=[19:5 - 19:20
    [all...]
c-index-redecls.c 5 // to redeclarations.
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p8.cpp 6 // Redeclarations are okay in a namespace.
67 // Make sure we detect invalid redeclarations that can't be detected
76 // These are invalid redeclarations, detectable only after
85 // Redeclarations are okay in a function.
  /external/clang/test/PCH/
method-redecls.m 4 // Avoid infinite loop because of method redeclarations.
  /external/clang/test/SemaCXX/
exception-spec-no-exceptions.cpp 8 // PR7243: redeclarations
dllexport.cpp 48 // Redeclarations
96 // Redeclarations
181 // Redeclarations
242 // Redeclarations
627 // Redeclarations cannot add dllexport.
    [all...]
dllimport.cpp 59 // Redeclarations
130 // Redeclarations
214 // Redeclarations
285 // Redeclarations
    [all...]
decl-microsoft-call-conv.cpp 123 // decls should always be redeclarations, because the class cannot be
using-decl-1.cpp 82 // Redeclarations!
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 76 // Don't forget to do correct lookup for redeclarations.
99 // Normal redeclarations (not for explicit instantiations or
  /external/clang/test/CXX/temp/temp.spec/
p5.cpp 32 // Make sure that we don't get tricked by redeclarations of nested classes.
  /external/clang/test/Modules/
linkage-merge.m 5 // Test redeclarations of functions where the original declaration is
module-private.cpp 36 // Check for private redeclarations of public entities.
redecl-merge.m 105 // Test redeclarations of entities in explicit submodules, to make
  /external/clang/test/SemaTemplate/
instantiate-member-class.cpp 63 // Redeclarations.
77 // Redeclarations during explicit instantiations.
  /external/clang/test/Sema/
dllimport.c 49 // Redeclarations
114 // Redeclarations
129 // Inline redeclarations are fine.
dllexport.c 34 // Redeclarations
78 // Redeclarations
  /external/clang/test/CodeGen/
dllimport.c 29 // Redeclarations
77 // Redeclarations
dllexport.c 29 // Redeclarations
57 // Redeclarations
  /external/clang/include/clang/AST/
Redeclarable.h 173 /// \brief Iterates through all the redeclarations of the same decl.
228 /// \brief Returns an iterator range for all the redeclarations of the same
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.10.2.html 138 <li>glsl: Refactor AST-to-HIR code handling variable redeclarations</li>
139 <li>glsl: Process redeclarations before initializers</li>
  /external/mesa3d/docs/
relnotes-7.10.2.html 138 <li>glsl: Refactor AST-to-HIR code handling variable redeclarations</li>
139 <li>glsl: Process redeclarations before initializers</li>
  /external/chromium_org/v8/test/mjsunit/harmony/
block-let-declaration.js 111 // Test that redeclarations of functions are only allowed in outermost scope.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
wait.h 54 causes redeclarations with either `int *' or `union wait *' to be
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
wait.h 54 causes redeclarations with either `int *' or `union wait *' to be

Completed in 2135 milliseconds

1 2 3