HomeSort by: relevance | last modified time | path
    Searched refs:NAMESPACE (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.h 32 or namespace scope. */
211 namespace, including the global scope. */
275 /* The entity (namespace, class, function) the scope of which this
370 NAMESPACE = 1 << 2, /* Consider namespace scopes. */
372 ALL = BLOCK | CLASS | NAMESPACE,
373 BLOCK_NAMESPACE = BLOCK | NAMESPACE,
374 CLASS_NAMESPACE = CLASS | NAMESPACE,
389 NAMESPACE = 1 << 2, /* We only want NAMESPACE_DECLS. */
394 TYPE_NAMESPACE = TYPE | NAMESPACE, /* Either NAMESPACE or TYPE. *
    [all...]
name-lookup.cc 116 /* Find the binding for NAME in namespace NS. If CREATE_P is true,
326 /* *SLOT is a namespace binding slot. Append a slot for imported
526 /* Look in only namespace. */
528 /* Look in namespace and its (recursive) inlines. Ignore using
531 /* Look in the using directives of namespace + inlines using
555 /* Search namespace + inlines + maybe usings as qualified lookup. */
558 /* Search namespace + inlines + usings as unqualified lookup. */
739 /* Namespace (possibly aliased) to the same namespace. Locate
740 the namespace*/
    [all...]
parser.cc 125 /* is not a class or namespace */
127 /* is not a class, namespace, or enumeration */
166 RT_NAMESPACE, /* namespace */
3380 error_at (location, "%<%E::%E%> is not a class or namespace",
3385 "%<%E::%E%> is not a class, namespace, or enumeration",
3401 error_at (location, "%<::%E%> is not a class or namespace", name);
3405 "%<::%E%> is not a class, namespace, or enumeration",
3420 error_at (location, "%qE is not a class or namespace", name);
3424 "%qE is not a class, namespace, or enumeration", name);
3806 "%qE in namespace %qE does not name a template
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.h 32 or namespace scope. */
210 namespace, including the global scope. */
273 /* The entity (namespace, class, function) the scope of which this
367 NAMESPACE = 1 << 2, /* Consider namespace scopes. */
369 ALL = BLOCK | CLASS | NAMESPACE,
370 BLOCK_NAMESPACE = BLOCK | NAMESPACE,
371 CLASS_NAMESPACE = CLASS | NAMESPACE,
386 NAMESPACE = 1 << 2, /* We only want NAMESPACE_DECLS. */
391 TYPE_NAMESPACE = TYPE | NAMESPACE, /* Either NAMESPACE or TYPE. *
    [all...]
name-lookup.cc 116 /* Find the binding for NAME in namespace NS. If CREATE_P is true,
326 /* *SLOT is a namespace binding slot. Append a slot for imported
521 /* Look in only namespace. */
523 /* Look in namespace and its (recursive) inlines. Ignore using
526 /* Look in the using directives of namespace + inlines using
550 /* Search namespace + inlines + maybe usings as qualified lookup. */
553 /* Search namespace + inlines + usings as unqualified lookup. */
734 /* Namespace (possibly aliased) to the same namespace. Locate
735 the namespace*/
    [all...]
parser.cc 122 /* is not a class or namespace */
124 /* is not a class, namespace, or enumeration */
163 RT_NAMESPACE, /* namespace */
3176 error_at (location, "%<%E::%E%> is not a class or namespace",
3181 "%<%E::%E%> is not a class, namespace, or enumeration",
3197 error_at (location, "%<::%E%> is not a class or namespace", name);
3201 "%<::%E%> is not a class, namespace, or enumeration",
3216 error_at (location, "%qE is not a class or namespace", name);
3220 "%qE is not a class, namespace, or enumeration", name);
3602 "%qE in namespace %qE does not name a template
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 17 using namespace llvm;
349 STRINGIFY_CODE(METADATA, NAMESPACE)
  /src/external/bsd/libevent/dist/
CMakeLists.txt 1512 NAMESPACE ${PROJECT_NAME}::
  /src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt 1512 NAMESPACE ${PROJECT_NAME}::
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 782 # A C++ namespace.
783 CursorKind.NAMESPACE = CursorKind(22)
815 # A C++ namespace alias declaration.
861 # A reference to a namespace or namepsace alias.

Completed in 42 milliseconds