HomeSort by: relevance | last modified time | path
    Searched refs:StoredCXXConversionFunctionName (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclarationName.h 181 StoredCXXConversionFunctionName = 5,
208 CXXConversionFunctionName = StoredCXXConversionFunctionName,
244 /// StoredCXXConversionFunctionName - The name of a C++ conversion function,
281 StoredKind == StoredCXXConversionFunctionName) &&
312 getStoredNameKind() == StoredCXXConversionFunctionName) &&
442 getStoredNameKind() == StoredCXXConversionFunctionName) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclarationName.cpp 350 return {Name, DeclarationName::StoredCXXConversionFunctionName};
355 return {SpecialName, DeclarationName::StoredCXXConversionFunctionName};

Completed in 22 milliseconds