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

  /external/clang/include/clang/AST/
DeclarationName.h 166 /// getFETokenInfoAsVoidSlow - Retrieves the front end-specified pointer
168 void *getFETokenInfoAsVoidSlow() const;
282 return static_cast<T*>(getFETokenInfoAsVoidSlow());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 163 /// getFETokenInfoAsVoidSlow - Retrieves the front end-specified pointer
165 void *getFETokenInfoAsVoidSlow() const;
283 return static_cast<T*>(getFETokenInfoAsVoidSlow());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 163 /// getFETokenInfoAsVoidSlow - Retrieves the front end-specified pointer
165 void *getFETokenInfoAsVoidSlow() const;
283 return static_cast<T*>(getFETokenInfoAsVoidSlow());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 163 /// getFETokenInfoAsVoidSlow - Retrieves the front end-specified pointer
165 void *getFETokenInfoAsVoidSlow() const;
283 return static_cast<T*>(getFETokenInfoAsVoidSlow());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 163 /// getFETokenInfoAsVoidSlow - Retrieves the front end-specified pointer
165 void *getFETokenInfoAsVoidSlow() const;
283 return static_cast<T*>(getFETokenInfoAsVoidSlow());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 163 /// getFETokenInfoAsVoidSlow - Retrieves the front end-specified pointer
165 void *getFETokenInfoAsVoidSlow() const;
283 return static_cast<T*>(getFETokenInfoAsVoidSlow());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 163 /// getFETokenInfoAsVoidSlow - Retrieves the front end-specified pointer
165 void *getFETokenInfoAsVoidSlow() const;
283 return static_cast<T*>(getFETokenInfoAsVoidSlow());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 163 /// getFETokenInfoAsVoidSlow - Retrieves the front end-specified pointer
165 void *getFETokenInfoAsVoidSlow() const;
283 return static_cast<T*>(getFETokenInfoAsVoidSlow());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 163 /// getFETokenInfoAsVoidSlow - Retrieves the front end-specified pointer
165 void *getFETokenInfoAsVoidSlow() const;
283 return static_cast<T*>(getFETokenInfoAsVoidSlow());
  /external/clang/lib/AST/
DeclarationName.cpp 300 void *DeclarationName::getFETokenInfoAsVoidSlow() const {

Completed in 701 milliseconds