reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/CommandLine.h
  873   using parser_data_type = DataType;
  874   using OptVal = OptionValue<DataType>;
tools/clang/include/clang/Frontend/CommandLineSourceLoc.h
   32   static ParsedSourceLocation FromString(StringRef Str) {
   33     ParsedSourceLocation PSL;
   87     auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
   87     auto Begin = ParsedSourceLocation::FromString(RangeSplit.first);
  108       : public basic_parser<clang::ParsedSourceLocation> {
  111                  clang::ParsedSourceLocation &Val);
  117           clang::ParsedSourceLocation &Val) {
  120       Val = ParsedSourceLocation::FromString(ArgValue);
tools/clang/include/clang/Frontend/FrontendOptions.h
  385   ParsedSourceLocation CodeCompletionAt;
tools/clang/lib/Frontend/CompilerInstance.cpp
  584   const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt;
tools/clang/lib/Frontend/CompilerInvocation.cpp
 1830       ParsedSourceLocation::FromString(A->getValue());
tools/clang/unittests/Sema/CodeCompleteTest.cpp
   77   CodeCompleteAction(ParsedSourceLocation P, CompletionContext &ResultCtx)
   88   ParsedSourceLocation CompletePosition;
   92 ParsedSourceLocation offsetToPosition(llvm::StringRef Code, size_t Offset) {
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   73     forward(typename std::remove_reference<_Tp>::type& __t) noexcept
   83     constexpr _Tp&&
   84     forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
   98     move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/bits/unique_ptr.h
  824     make_unique(_Args&&... __args)
  825     { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }
usr/include/c++/7.4.0/type_traits
 1629     { typedef _Tp   type; };
 1633     { typedef _Tp   type; };