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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 1964 /// BuiltinType::isNonOverloadPlaceholderType.
1965 bool isNonOverloadPlaceholderType() const;
2572 bool isNonOverloadPlaceholderType() const {
6952 inline bool Type::isNonOverloadPlaceholderType() const {
6954 return BT->isNonOverloadPlaceholderType();
Type.h 1964 /// BuiltinType::isNonOverloadPlaceholderType.
1965 bool isNonOverloadPlaceholderType() const;
2572 bool isNonOverloadPlaceholderType() const {
6952 inline bool Type::isNonOverloadPlaceholderType() const {
6954 return BT->isNonOverloadPlaceholderType();

Completed in 100 milliseconds