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

  /external/clang/lib/AST/
DeclarationName.cpp 282 if (CXXSpecialName *CXXName = getAsCXXSpecialName())
331 return getAsCXXSpecialName()->FETokenInfo;
353 getAsCXXSpecialName()->FETokenInfo = T;
  /external/clang/include/clang/AST/
DeclarationName.h 104 /// getAsCXXSpecialName - If the stored pointer is actually a
107 CXXSpecialName *getAsCXXSpecialName() const {

Completed in 598 milliseconds