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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3791 /// hasExtraBitfields in FunctionProtoType after adding extra data here.
3910 // hasExtraBitfields() is true.
4002 return hasExtraBitfields();
4081 static bool hasExtraBitfields(ExceptionSpecificationType EST) {
4088 bool hasExtraBitfields() const {
4089 return hasExtraBitfields(getExceptionSpecType());
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 3167 if (hasExtraBitfields(epi.ExceptionSpec.Type)) {
3182 assert(hasExtraBitfields() && "missing trailing extra bitfields!");
ASTContext.cpp 4372 FunctionProtoType::hasExtraBitfields(EPI.ExceptionSpec.Type),

Completed in 39 milliseconds