Home
last modified time | relevance | path

Searched refs:StoredCXXConversionFunctionName (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclarationName.h181 StoredCXXConversionFunctionName = 5, enumerator
208 CXXConversionFunctionName = StoredCXXConversionFunctionName,
281 StoredKind == StoredCXXConversionFunctionName) && in DeclarationName()
312 getStoredNameKind() == StoredCXXConversionFunctionName) && in castAsCXXSpecialNameExtra()
442 getStoredNameKind() == StoredCXXConversionFunctionName) { in getCXXNameType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclarationName.cpp350 return {Name, DeclarationName::StoredCXXConversionFunctionName}; in getCXXConversionFunctionName()
355 return {SpecialName, DeclarationName::StoredCXXConversionFunctionName}; in getCXXConversionFunctionName()