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

References

tools/clang/include/clang/AST/ExprObjC.h
   62   StringLiteral *getString() { return cast<StringLiteral>(String); }
   63   const StringLiteral *getString() const { return cast<StringLiteral>(String); }
   64   void setString(StringLiteral *S) { String = S; }
   70   SourceLocation getEndLoc() const LLVM_READONLY { return String->getEndLoc(); }
   73   child_range children() { return child_range(&String, &String+1); }
   73   child_range children() { return child_range(&String, &String+1); }
   76     return const_child_range(&String, &String + 1);
   76     return const_child_range(&String, &String + 1);