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

  /external/clang/lib/AST/
DeclarationName.cpp 255 if (CXXOperatorIdName *CXXOp = getAsCXXOperatorIdName()) {
282 return getAsCXXOperatorIdName()->FETokenInfo;
305 getAsCXXOperatorIdName()->FETokenInfo = T;
  /external/clang/include/clang/AST/
DeclarationName.h 122 /// getAsCXXOperatorIdName
123 CXXOperatorIdName *getAsCXXOperatorIdName() const {

Completed in 38 milliseconds