Searched refs:Using (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-for.mk12 # Using the .for loop, lists of values can be produced.
/freebsd-13-stable/share/mk/
H A Dbsd.obj.mk119 @${ECHO} "Warning: Using ${.OBJDIR} as object directory instead of\
H A Ddirdeps.mk491 @echo "${TRACER}Using ${DIRDEPS_CACHE}"
/freebsd-13-stable/contrib/sqlite3/
H A DMakefile.msc338 !ERROR Using the FOR_WIN10 option requires a value for PLATFORM.
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp127 case Decl::Using: // using X; [C++]
132 for (auto *Using : cast<UsingPackDecl>(D).expansions())
133 EmitDecl(*Using);
H A DCodeGenModule.cpp5398 case Decl::Using: // using X; [C++]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp1791 case Decl::Using:
11527 bool Sema::CheckUsingShadowDecl(UsingDecl *Using, NamedDecl *Orig,
11560 Diag(Using->getLocation(),
11562 << Using->getQualifierLoc().getSourceRange();
11564 Using->setInvalidDecl();
11568 Diag(Using->getQualifierLoc().getBeginLoc(),
11570 << Using->getQualifier()
11572 << Using->getQualifierLoc().getSourceRange();
11574 Using->setInvalidDecl();
11610 DeclarationNameInfo(Using
[all...]
H A DSemaCodeComplete.cpp752 // Using declarations themselves are never added as results.
1066 if (const UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) {
1067 CodeCompletionResult Result(Using->getTargetDecl(),
1068 getBasePriority(Using->getTargetDecl()),
1070 Result.ShadowDecl = Using;
1239 if (const auto *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) {
1240 CodeCompletionResult Result(Using->getTargetDecl(),
1241 getBasePriority(Using->getTargetDecl()),
1243 Result.ShadowDecl = Using;
2034 // Using directive
[all...]
H A DTreeTransform.h14049 } else if (auto *Using = dyn_cast<UsingDecl>(D)) {
14050 assert(Using->hasTypename() &&
14054 assert(++Using->shadow_begin() == Using->shadow_end());
14055 Ty = cast<TypeDecl>((*Using->shadow_begin())->getTargetDecl());
H A DSemaTemplateInstantiateDecl.cpp2904 // Using directives are never dependent (and never contain any types or
5678 if (auto *Using = dyn_cast<UsingDecl>(Other))
5679 return isInstantiationOf(cast<UsingDecl>(D), Using, Ctx);
H A DSemaTemplate.cpp1321 // used during instantiation, so that should be OK. (Using the
10457 if (UnresolvedUsingValueDecl *Using
10459 SourceLocation Loc = Using->getQualifierLoc().getBeginLoc();
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py204 class Using(Node): class in inherits:Node
683 # Using a deque should be even better since we access from both sides.
1594 return Using(tokens[0].start, tokens[0].end, tokens)
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c2690 "Unreasonable ippeerlimit value (%d) in %s line %d, column %d. Using 0.",
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp786 case Using:
H A DDecl.cpp1348 case Decl::Using:
1711 // Using declarations can be replaced if they import the same name from the
H A DASTContext.cpp4380 } else if (const auto *Using = dyn_cast<UnresolvedUsingTypenameDecl>(Decl)) {
4381 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using);
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps.mk477 @echo "${TRACER}Using ${DIRDEPS_CACHE}"
/freebsd-13-stable/contrib/bmake/
H A Dconfigure2445 *) echo "Using: filemon_${use_filemon}.c" >&6;;
4545 echo "Using: BMAKE_PATH_MAX=$bmake_path_max" >&6
6081 echo "Using: ${force_machine}MACHINE=$machine, ${force_machine_arch}MACHINE_ARCH=$machine_arch" 1>&6
6142 echo "Using: MKSRC=$mksrc" 1>&6
6147 echo "Using: SHELL=$defshell_path" >&6
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql140 Using both local_relpath and op_depth descending does work without any
/freebsd-13-stable/contrib/ntp/
H A Dconfigure4641 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
13083 # Using Import Files as archive members, it is possible to support
15685 { $as_echo "$as_me:${as_lineno-$LINENO}: Using supplied libopts tearoff" >&5
15686 $as_echo "$as_me: Using supplied libopts tearoff" >&6;}
15991 { $as_echo "$as_me:${as_lineno-$LINENO}: Using libevent tearoff" >&5
15992 $as_echo "$as_me: Using libevent tearoff" >&6;}
/freebsd-13-stable/contrib/ntp/sntp/
H A Dconfigure4408 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
21388 # Using Import Files as archive members, it is possible to support
24023 { $as_echo "$as_me:${as_lineno-$LINENO}: Using supplied libopts tearoff" >&5
24024 $as_echo "$as_me: Using supplied libopts tearoff" >&6;}
24836 { $as_echo "$as_me:${as_lineno-$LINENO}: Using libevent tearoff" >&5
24837 $as_echo "$as_me: Using libevent tearoff" >&6;}

Completed in 523 milliseconds

12