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

  /external/clang/include/clang/AST/
DeclarationName.h 156 /// getFETokenInfoAsVoid - Retrieves the front end-specified pointer
158 void *getFETokenInfoAsVoid() const;
261 T *getFETokenInfo() const { return static_cast<T*>(getFETokenInfoAsVoid()); }
  /external/clang/lib/AST/
DeclarationName.cpp 326 void *DeclarationName::getFETokenInfoAsVoid() const {

Completed in 39 milliseconds