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 263 if (CXXOperatorIdName *CXXOp = getAsCXXOperatorIdName()) {
290 return getAsCXXOperatorIdName()->FETokenInfo;
313 getAsCXXOperatorIdName()->FETokenInfo = T;
  /external/clang/include/clang/AST/
DeclarationName.h 123 /// getAsCXXOperatorIdName
124 CXXOperatorIdName *getAsCXXOperatorIdName() const {

Completed in 296 milliseconds