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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclarationName.h 179 StoredCXXConstructorName = 3,
206 CXXConstructorName = StoredCXXConstructorName,
238 /// StoredCXXConstructorName - The name of a C++ constructor,
279 assert((StoredKind == StoredCXXConstructorName ||
310 assert((getStoredNameKind() == StoredCXXConstructorName ||
440 if (getStoredNameKind() == StoredCXXConstructorName ||
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclarationName.cpp 318 return {Name, DeclarationName::StoredCXXConstructorName};
323 return {SpecialName, DeclarationName::StoredCXXConstructorName};

Completed in 18 milliseconds