HomeSort by relevance Sort by last modified time
    Searched refs:WithGlobalNsPrefix (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Tooling/Core/
QualTypeNames.h 72 /// \param[in] WithGlobalNsPrefix - If true, then the global namespace
76 bool WithGlobalNsPrefix = false);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/Core/
QualTypeNames.h 72 /// \param[in] WithGlobalNsPrefix - If true, then the global namespace
76 bool WithGlobalNsPrefix = false);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/Core/
QualTypeNames.h 72 /// \param[in] WithGlobalNsPrefix - If true, then the global namespace
76 bool WithGlobalNsPrefix = false);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/Core/
QualTypeNames.h 72 /// \param[in] WithGlobalNsPrefix - If true, then the global namespace
76 bool WithGlobalNsPrefix = false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
QualTypeNames.h 72 /// \param[in] WithGlobalNsPrefix - If true, then the global namespace
76 bool WithGlobalNsPrefix = false);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/Core/
QualTypeNames.h 72 /// \param[in] WithGlobalNsPrefix - If true, then the global namespace
76 bool WithGlobalNsPrefix = false);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/Core/
QualTypeNames.h 72 /// \param[in] WithGlobalNsPrefix - If true, then the global namespace
76 bool WithGlobalNsPrefix = false);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/Core/
QualTypeNames.h 72 /// \param[in] WithGlobalNsPrefix - If true, then the global namespace
76 bool WithGlobalNsPrefix = false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
QualTypeNames.h 72 /// \param[in] WithGlobalNsPrefix - If true, then the global namespace
76 bool WithGlobalNsPrefix = false);
  /external/clang/lib/Tooling/Core/
QualTypeNames.cpp 33 /// \param[in] WithGlobalNsPrefix - Indicate whether the global namespace
36 bool WithGlobalNsPrefix);
44 /// \param[in] WithGlobalNsPrefix - Indicate whether the global namespace
49 bool WithGlobalNsPrefix);
59 /// \param[in] WithGlobalNsPrefix - Indicate whether the global namespace
63 bool FullyQualify, bool WithGlobalNsPrefix);
67 bool FullyQualified, bool WithGlobalNsPrefix);
70 const ASTContext &Ctx, NestedNameSpecifier *scope, bool WithGlobalNsPrefix);
74 bool WithGlobalNsPrefix) {
87 Ctx, NNS, WithGlobalNsPrefix);
    [all...]
  /external/clang/unittests/Tooling/
QualTypeNamesTest.cpp 17 bool WithGlobalNsPrefix = false;
31 WithGlobalNsPrefix);
186 GlobalNsPrefix.WithGlobalNsPrefix = true;

Completed in 421 milliseconds