Searched defs:CXXOperatorIdName (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDeclarationName.cpp47 /// CXXOperatorIdName - Contains extra information for the name of an
49 class CXXOperatorIdName : public DeclarationNameExtra { class in namespace:clang
263 if (CXXOperatorIdName *CXXOp = getAsCXXOperatorIdName()) {
345 CXXOperatorNames = new (Ctx) CXXOperatorIdName[NUM_OVERLOADED_OPERATORS];

Completed in 110 milliseconds