HomeSort by relevance Sort by last modified time
    Searched refs:SourceRange (Results 1 - 25 of 734) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Tooling/
FixIt.h 30 StringRef getText(SourceRange Range, const ASTContext &Context);
32 /// \brief Returns the SourceRange of a SourceRange. This identity function is
34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }
36 /// \brief Returns the SourceRange of the token at Location \p Loc.
37 inline SourceRange getSourceRange(const SourceLocation &Loc) {
38 return SourceRange(Loc);
41 /// \brief Returns the SourceRange of an given Node. \p Node is typically a
43 template <typename T> SourceRange getSourceRange(const T &Node)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/
FixIt.h 30 StringRef getText(SourceRange Range, const ASTContext &Context);
32 /// \brief Returns the SourceRange of a SourceRange. This identity function is
34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }
36 /// \brief Returns the SourceRange of the token at Location \p Loc.
37 inline SourceRange getSourceRange(const SourceLocation &Loc) {
38 return SourceRange(Loc);
41 /// \brief Returns the SourceRange of an given Node. \p Node is typically a
43 template <typename T> SourceRange getSourceRange(const T &Node)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/
FixIt.h 30 StringRef getText(SourceRange Range, const ASTContext &Context);
32 /// \brief Returns the SourceRange of a SourceRange. This identity function is
34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }
36 /// \brief Returns the SourceRange of the token at Location \p Loc.
37 inline SourceRange getSourceRange(const SourceLocation &Loc) {
38 return SourceRange(Loc);
41 /// \brief Returns the SourceRange of an given Node. \p Node is typically a
43 template <typename T> SourceRange getSourceRange(const T &Node)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/
FixIt.h 30 StringRef getText(SourceRange Range, const ASTContext &Context);
32 /// \brief Returns the SourceRange of a SourceRange. This identity function is
34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }
36 /// \brief Returns the SourceRange of the token at Location \p Loc.
37 inline SourceRange getSourceRange(const SourceLocation &Loc) {
38 return SourceRange(Loc);
41 /// \brief Returns the SourceRange of an given Node. \p Node is typically a
43 template <typename T> SourceRange getSourceRange(const T &Node)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
FixIt.h 30 StringRef getText(SourceRange Range, const ASTContext &Context);
32 /// \brief Returns the SourceRange of a SourceRange. This identity function is
34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }
36 /// \brief Returns the SourceRange of the token at Location \p Loc.
37 inline SourceRange getSourceRange(const SourceLocation &Loc) {
38 return SourceRange(Loc);
41 /// \brief Returns the SourceRange of an given Node. \p Node is typically a
43 template <typename T> SourceRange getSourceRange(const T &Node)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/
FixIt.h 30 StringRef getText(SourceRange Range, const ASTContext &Context);
32 /// \brief Returns the SourceRange of a SourceRange. This identity function is
34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }
36 /// \brief Returns the SourceRange of the token at Location \p Loc.
37 inline SourceRange getSourceRange(const SourceLocation &Loc) {
38 return SourceRange(Loc);
41 /// \brief Returns the SourceRange of an given Node. \p Node is typically a
43 template <typename T> SourceRange getSourceRange(const T &Node)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/
FixIt.h 30 StringRef getText(SourceRange Range, const ASTContext &Context);
32 /// \brief Returns the SourceRange of a SourceRange. This identity function is
34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }
36 /// \brief Returns the SourceRange of the token at Location \p Loc.
37 inline SourceRange getSourceRange(const SourceLocation &Loc) {
38 return SourceRange(Loc);
41 /// \brief Returns the SourceRange of an given Node. \p Node is typically a
43 template <typename T> SourceRange getSourceRange(const T &Node)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/
FixIt.h 30 StringRef getText(SourceRange Range, const ASTContext &Context);
32 /// \brief Returns the SourceRange of a SourceRange. This identity function is
34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }
36 /// \brief Returns the SourceRange of the token at Location \p Loc.
37 inline SourceRange getSourceRange(const SourceLocation &Loc) {
38 return SourceRange(Loc);
41 /// \brief Returns the SourceRange of an given Node. \p Node is typically a
43 template <typename T> SourceRange getSourceRange(const T &Node)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
FixIt.h 30 StringRef getText(SourceRange Range, const ASTContext &Context);
32 /// \brief Returns the SourceRange of a SourceRange. This identity function is
34 inline SourceRange getSourceRange(const SourceRange &Range) { return Range; }
36 /// \brief Returns the SourceRange of the token at Location \p Loc.
37 inline SourceRange getSourceRange(const SourceLocation &Loc) {
38 return SourceRange(Loc);
41 /// \brief Returns the SourceRange of an given Node. \p Node is typically a
43 template <typename T> SourceRange getSourceRange(const T &Node)
    [all...]
  /external/clang/lib/ARCMigrate/
Internals.h 32 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
33 bool hasDiagnostic(ArrayRef<unsigned> IDs, SourceRange range) const;
64 void remove(SourceRange range);
66 void replace(SourceRange range, StringRef text);
67 void replace(SourceRange range, SourceRange replacementRange);
71 void increaseIndentation(SourceRange range,
74 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
75 bool clearAllDiagnostics(SourceRange range) {
78 bool clearDiagnostic(unsigned ID1, unsigned ID2, SourceRange range)
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ReachableCode.h 54 SourceRange ConditionVal,
55 SourceRange R1,
56 SourceRange R2) = 0;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 54 SourceRange ConditionVal,
55 SourceRange R1,
56 SourceRange R2) = 0;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 54 SourceRange ConditionVal,
55 SourceRange R1,
56 SourceRange R2) = 0;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 54 SourceRange ConditionVal,
55 SourceRange R1,
56 SourceRange R2) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 54 SourceRange ConditionVal,
55 SourceRange R1,
56 SourceRange R2) = 0;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 54 SourceRange ConditionVal,
55 SourceRange R1,
56 SourceRange R2) = 0;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 54 SourceRange ConditionVal,
55 SourceRange R1,
56 SourceRange R2) = 0;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 54 SourceRange ConditionVal,
55 SourceRange R1,
56 SourceRange R2) = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ReachableCode.h 54 SourceRange ConditionVal,
55 SourceRange R1,
56 SourceRange R2) = 0;
  /external/clang/lib/Tooling/
FixIt.cpp 22 StringRef getText(SourceRange Range, const ASTContext &Context) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attrs.inc 18 static AMDGPUFlatWorkGroupSizeAttr *CreateImplicit(ASTContext &Ctx, unsigned Min, unsigned Max, SourceRange Loc = SourceRange()) {
24 AMDGPUFlatWorkGroupSizeAttr(SourceRange R, ASTContext &Ctx
56 static AMDGPUNumSGPRAttr *CreateImplicit(ASTContext &Ctx, unsigned NumSGPR, SourceRange Loc = SourceRange()) {
62 AMDGPUNumSGPRAttr(SourceRange R, ASTContext &Ctx
88 static AMDGPUNumVGPRAttr *CreateImplicit(ASTContext &Ctx, unsigned NumVGPR, SourceRange Loc = SourceRange()) {
94 AMDGPUNumVGPRAttr(SourceRange R, ASTContext &Ctx
122 static AMDGPUWavesPerEUAttr *CreateImplicit(ASTContext &Ctx, unsigned Min, unsigned Max, SourceRange Loc = SourceRange())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Attrs.inc 18 static AMDGPUFlatWorkGroupSizeAttr *CreateImplicit(ASTContext &Ctx, unsigned Min, unsigned Max, SourceRange Loc = SourceRange()) {
24 AMDGPUFlatWorkGroupSizeAttr(SourceRange R, ASTContext &Ctx
56 static AMDGPUNumSGPRAttr *CreateImplicit(ASTContext &Ctx, unsigned NumSGPR, SourceRange Loc = SourceRange()) {
62 AMDGPUNumSGPRAttr(SourceRange R, ASTContext &Ctx
88 static AMDGPUNumVGPRAttr *CreateImplicit(ASTContext &Ctx, unsigned NumVGPR, SourceRange Loc = SourceRange()) {
94 AMDGPUNumVGPRAttr(SourceRange R, ASTContext &Ctx
122 static AMDGPUWavesPerEUAttr *CreateImplicit(ASTContext &Ctx, unsigned Min, unsigned Max, SourceRange Loc = SourceRange())
    [all...]
  /external/clang/tools/libclang/
CXSourceLocation.h 60 SourceRange R) {
70 static inline SourceRange translateCXSourceRange(CXSourceRange R) {
71 return SourceRange(SourceLocation::getFromRawEncoding(R.begin_int_data),
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 37 struct SourceRange {
46 SourceRange Range;
107 SourceRange MatcherRange);
111 SourceRange MatcherRange, unsigned ArgNumber);
140 ArgStream addError(SourceRange Range, ErrorType Error);
145 SourceRange Range;
153 SourceRange Range;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 37 struct SourceRange {
46 SourceRange Range;
107 SourceRange MatcherRange);
111 SourceRange MatcherRange, unsigned ArgNumber);
140 ArgStream addError(SourceRange Range, ErrorType Error);
145 SourceRange Range;
153 SourceRange Range;
175 ArgStream pushContextFrame(ContextType Type, SourceRange Range);

Completed in 568 milliseconds

1 2 3 4 5 6 7 8 91011>>