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 258 if (CXXSpecialName *CXXName = getAsCXXSpecialName())
289 return getAsCXXSpecialName()->FETokenInfo;
311 getAsCXXSpecialName()->FETokenInfo = T;
  /external/clang/include/clang/AST/
DeclarationName.h 112 /// getAsCXXSpecialName - If the stored pointer is actually a
115 CXXSpecialName *getAsCXXSpecialName() const {

Completed in 32 milliseconds