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

1 2

  /external/clang/include/clang/AST/
TypeLoc.h 864 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
882 unsigned getNumTypeArgs() const {
887 assert(i < getNumTypeArgs() && "Index is out of bounds!");
892 assert(i < getNumTypeArgs() && "Index is out of bounds!");
958 return this->getNumTypeArgs() * sizeof(TypeSourceInfo *)
    [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
TypeLoc.h 967 return (SourceLocation*)(getTypeArgLocArray() + getNumTypeArgs());
985 unsigned getNumTypeArgs() const {
990 assert(i < getNumTypeArgs() && "Index is out of bounds!");
995 assert(i < getNumTypeArgs() && "Index is out of bounds!");
    [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 397 for (unsigned i = 0, e = getNumTypeArgs(); i != e; ++i) {

Completed in 1085 milliseconds

1 2