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 256 if (CXXSpecialName *CXXName = getAsCXXSpecialName())
287 return getAsCXXSpecialName()->FETokenInfo;
309 getAsCXXSpecialName()->FETokenInfo = T;
  /external/clang/include/clang/AST/
DeclarationName.h 113 /// getAsCXXSpecialName - If the stored pointer is actually a
116 CXXSpecialName *getAsCXXSpecialName() const {

Completed in 489 milliseconds